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 May 21, 2021
1 parent 3cd32ef commit 05026b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 19.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 19.0.10
ENV NEXTCLOUD_VERSION 19.0.12

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/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 19.0.10
ENV NEXTCLOUD_VERSION 19.0.12

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


ENV NEXTCLOUD_VERSION 19.0.10
ENV NEXTCLOUD_VERSION 19.0.12

RUN set -ex; \
fetchDeps=" \
Expand Down

0 comments on commit 05026b0

Please sign in to comment.