Skip to content

Commit

Permalink
Merge pull request #135 from crazy-max/update
Browse files Browse the repository at this point in the history
Nextcloud 27.0.2, 26.0.5, 25.0.10
  • Loading branch information
crazy-max authored Aug 30, 2023
2 parents f748036 + e3edff9 commit 32b546b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-25
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=25.0.9
ARG NEXTCLOUD_VERSION=25.0.10
ARG ALPINE_VERSION=3.18

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

ARG NEXTCLOUD_VERSION=26.0.4
ARG NEXTCLOUD_VERSION=26.0.5
ARG ALPINE_VERSION=3.18

FROM crazymax/yasu:latest AS yasu
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-27
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=27.0.1
ARG NEXTCLOUD_VERSION=27.0.2
ARG ALPINE_VERSION=3.18

FROM crazymax/yasu:latest AS yasu
Expand Down

0 comments on commit 32b546b

Please sign in to comment.