From dc24ba0fcb257e409256c29aec05517037ff3647 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Sat, 13 Nov 2021 00:26:50 +0000 Subject: [PATCH] Runs update.sh --- 22/apache/Dockerfile | 2 +- 22/fpm-alpine/Dockerfile | 2 +- 22/fpm/Dockerfile | 2 +- latest.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile index 149a8327..90f0fb85 100644 --- a/22/apache/Dockerfile +++ b/22/apache/Dockerfile @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 22.2.1 +ENV NEXTCLOUD_VERSION 22.2.2 RUN set -ex; \ fetchDeps=" \ diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile index e65ae757..98ceb949 100644 --- a/22/fpm-alpine/Dockerfile +++ b/22/fpm-alpine/Dockerfile @@ -102,7 +102,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 22.2.1 +ENV NEXTCLOUD_VERSION 22.2.2 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile index 25ae654c..8fde133f 100644 --- a/22/fpm/Dockerfile +++ b/22/fpm/Dockerfile @@ -114,7 +114,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 22.2.1 +ENV NEXTCLOUD_VERSION 22.2.2 RUN set -ex; \ fetchDeps=" \ diff --git a/latest.txt b/latest.txt index 0398faf1..637c2a16 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ -22.2.1 +22.2.2