From 4c9bc58277e4b033f73f49c801136d30a8098d1d Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 14 Jan 2021 16:50:56 +0000 Subject: Runs update.sh --- 20.0/apache/Dockerfile | 2 +- 20.0/fpm-alpine/Dockerfile | 2 +- 20.0/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '20.0') diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile index 019a4ef4..4a91b658 100644 --- a/20.0/apache/Dockerfile +++ b/20.0/apache/Dockerfile @@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 20.0.4 +ENV NEXTCLOUD_VERSION 20.0.5 RUN set -ex; \ fetchDeps=" \ diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile index 8308e07a..764b1c6e 100644 --- a/20.0/fpm-alpine/Dockerfile +++ b/20.0/fpm-alpine/Dockerfile @@ -95,7 +95,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 20.0.4 +ENV NEXTCLOUD_VERSION 20.0.5 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile index 9c69a39c..f56cb5c3 100644 --- a/20.0/fpm/Dockerfile +++ b/20.0/fpm/Dockerfile @@ -106,7 +106,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 20.0.4 +ENV NEXTCLOUD_VERSION 20.0.5 RUN set -ex; \ fetchDeps=" \ -- cgit v1.2.3