Skip to content

Commit

Permalink
Merge pull request #124 from crazy-max/update
Browse files Browse the repository at this point in the history
Nextcloud 25.0.7, 26.0.2, 27.0.0
  • Loading branch information
crazy-max committed Jun 18, 2023
2 parents cd22436 + b7c3841 commit 50e07a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- '**.md'

env:
LATEST_DOCKERFILE: Dockerfile-26
LATEST_DOCKERFILE: Dockerfile-27
DOCKERHUB_SLUG: crazymax/nextcloud
GHCR_SLUG: ghcr.io/crazy-max/nextcloud

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
fail-fast: false
matrix:
docker_file:
- Dockerfile-24
- Dockerfile-25
- Dockerfile-26
- Dockerfile-27
steps:
-
name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-25
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=25.0.6
ARG ALPINE_VERSION=3.17
ARG NEXTCLOUD_VERSION=25.0.7
ARG ALPINE_VERSION=3.18
ARG SMBCLIENT_VERSION=1.0.6

FROM crazymax/yasu:latest AS yasu
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-26
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=26.0.1
ARG ALPINE_VERSION=3.17
ARG NEXTCLOUD_VERSION=26.0.2
ARG ALPINE_VERSION=3.18
ARG SMBCLIENT_VERSION=1.0.6

FROM crazymax/yasu:latest AS yasu
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile-24 → Dockerfile-27
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=24.0.12
ARG ALPINE_VERSION=3.17
ARG NEXTCLOUD_VERSION=27.0.0
ARG ALPINE_VERSION=3.18
ARG SMBCLIENT_VERSION=1.0.6

FROM crazymax/yasu:latest AS yasu
Expand Down Expand Up @@ -65,6 +65,7 @@ RUN apk --update --no-cache add \
php81-session \
php81-simplexml \
php81-sqlite3 \
php81-sysvsem \
php81-xml \
php81-xmlreader \
php81-xmlwriter \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "DEFAULT_TAG" {
}

variable "DOCKERFILE" {
default = "Dockerfile-26"
default = "Dockerfile-27"
}

// Special target: https://github.com/docker/metadata-action#bake-definition
Expand Down

0 comments on commit 50e07a1

Please sign in to comment.