From 689465f7f8368b93d6ebceab4d19401e1874f8d0 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Tue, 15 Dec 2020 01:14:19 +0000 Subject: Runs update.sh --- 20.0/apache/Dockerfile | 2 +- 20.0/fpm-alpine/Dockerfile | 2 +- 20.0/fpm/Dockerfile | 2 +- latest.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile index f266e2c8..019a4ef4 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.3 +ENV NEXTCLOUD_VERSION 20.0.4 RUN set -ex; \ fetchDeps=" \ diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile index 273b33b9..8308e07a 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.3 +ENV NEXTCLOUD_VERSION 20.0.4 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile index d70a318b..9c69a39c 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.3 +ENV NEXTCLOUD_VERSION 20.0.4 RUN set -ex; \ fetchDeps=" \ diff --git a/latest.txt b/latest.txt index a9ac8dac..0ffaf17a 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ -20.0.3 +20.0.4 -- cgit v1.2.3