Skip to content

Commit

Permalink
Merge pull request #176 from thelittlefireman/patch-13
Browse files Browse the repository at this point in the history
Upgrade to nextcloud 30.0.2, 29.0.9, 28.0.12
  • Loading branch information
crazy-max authored Dec 1, 2024
2 parents 7bede84 + 5e7af7e commit f6b8968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-28
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=28.0.11
ARG NEXTCLOUD_VERSION=28.0.12
ARG ALPINE_VERSION=3.20

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

ARG NEXTCLOUD_VERSION=29.0.8
ARG NEXTCLOUD_VERSION=29.0.9
ARG ALPINE_VERSION=3.20

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

ARG NEXTCLOUD_VERSION=30.0.1
ARG NEXTCLOUD_VERSION=30.0.2
ARG ALPINE_VERSION=3.20

FROM crazymax/yasu:latest AS yasu
Expand Down

0 comments on commit f6b8968

Please sign in to comment.