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 Jan 17, 2023
1 parent 04ab315 commit c1a5232
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 24/apache/Dockerfile
Expand Up @@ -123,7 +123,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 24.0.8
ENV NEXTCLOUD_VERSION 24.0.9

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


ENV NEXTCLOUD_VERSION 24.0.8
ENV NEXTCLOUD_VERSION 24.0.9

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


ENV NEXTCLOUD_VERSION 24.0.8
ENV NEXTCLOUD_VERSION 24.0.9

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 25/apache/Dockerfile
Expand Up @@ -123,7 +123,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 25.0.2
ENV NEXTCLOUD_VERSION 25.0.3

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 25/fpm-alpine/Dockerfile
Expand Up @@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 25.0.2
ENV NEXTCLOUD_VERSION 25.0.3

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 25/fpm/Dockerfile
Expand Up @@ -115,7 +115,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 25.0.2
ENV NEXTCLOUD_VERSION 25.0.3

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
@@ -1 +1 @@
25.0.2
25.0.3

0 comments on commit c1a5232

Please sign in to comment.