From d934a4b5787a562debf67071b2de15e114ca8346 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 6 Oct 2022 13:36:28 +0000 Subject: [PATCH] Runs update.sh --- 23/apache/Dockerfile | 2 +- 23/fpm-alpine/Dockerfile | 2 +- 23/fpm/Dockerfile | 2 +- 24/apache/Dockerfile | 2 +- 24/fpm-alpine/Dockerfile | 2 +- 24/fpm/Dockerfile | 2 +- latest.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile index 159194a6..062d642a 100644 --- a/23/apache/Dockerfile +++ b/23/apache/Dockerfile @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 23.0.9 +ENV NEXTCLOUD_VERSION 23.0.10 RUN set -ex; \ fetchDeps=" \ diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile index db7e768e..b512cab1 100644 --- a/23/fpm-alpine/Dockerfile +++ b/23/fpm-alpine/Dockerfile @@ -102,7 +102,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.9 +ENV NEXTCLOUD_VERSION 23.0.10 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile index dfb0d7e2..05843f77 100644 --- a/23/fpm/Dockerfile +++ b/23/fpm/Dockerfile @@ -114,7 +114,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.9 +ENV NEXTCLOUD_VERSION 23.0.10 RUN set -ex; \ fetchDeps=" \ diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile index 45d74701..be538e73 100644 --- a/24/apache/Dockerfile +++ b/24/apache/Dockerfile @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 24.0.5 +ENV NEXTCLOUD_VERSION 24.0.6 RUN set -ex; \ fetchDeps=" \ diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile index 821a9370..c56fb6a8 100644 --- a/24/fpm-alpine/Dockerfile +++ b/24/fpm-alpine/Dockerfile @@ -102,7 +102,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.5 +ENV NEXTCLOUD_VERSION 24.0.6 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile index 50b78e30..9c9b4694 100644 --- a/24/fpm/Dockerfile +++ b/24/fpm/Dockerfile @@ -114,7 +114,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.5 +ENV NEXTCLOUD_VERSION 24.0.6 RUN set -ex; \ fetchDeps=" \ diff --git a/latest.txt b/latest.txt index d6a54c82..49e8b31e 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ -24.0.5 +24.0.6