Skip to content

Commit

Permalink
Runs update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Oct 6, 2022
1 parent f69a488 commit d934a4b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 23/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 23.0.9
ENV NEXTCLOUD_VERSION 23.0.10

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 23/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 23.0.9
ENV NEXTCLOUD_VERSION 23.0.10

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 23/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 23.0.9
ENV NEXTCLOUD_VERSION 23.0.10

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 24/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 24.0.5
ENV NEXTCLOUD_VERSION 24.0.6

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 24/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 24.0.5
ENV NEXTCLOUD_VERSION 24.0.6

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 24/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 24.0.5
ENV NEXTCLOUD_VERSION 24.0.6

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.0.5
24.0.6

0 comments on commit d934a4b

Please sign in to comment.