summaryrefslogtreecommitdiffstats
path: root/26
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-09-14 21:56:13 +0000
committerGitHub Workflow <workflow@github.com>2023-09-14 21:56:13 +0000
commit467a98dcc9c04b614de6b21de2a4e2046077788b (patch)
treea85bcd7dbf51ba81db14d40d945b2adff014a949 /26
parent12390fb508518f03a48909aeeb6e05f0aa30e9eb (diff)
Runs update.sh
Diffstat (limited to '26')
-rw-r--r--26/apache/Dockerfile6
-rw-r--r--26/fpm-alpine/Dockerfile6
-rw-r--r--26/fpm/Dockerfile6
3 files changed, 9 insertions, 9 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index 8723083f..7f0292cb 100644
--- a/26/apache/Dockerfile
+++ b/26/apache/Dockerfile
@@ -131,7 +131,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 26.0.5
+ENV NEXTCLOUD_VERSION 26.0.6
RUN set -ex; \
fetchDeps=" \
@@ -141,8 +141,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/fpm-alpine/Dockerfile b/26/fpm-alpine/Dockerfile
index 381253ff..3caf13e9 100644
--- a/26/fpm-alpine/Dockerfile
+++ b/26/fpm-alpine/Dockerfile
@@ -111,7 +111,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.5
+ENV NEXTCLOUD_VERSION 26.0.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -119,8 +119,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index 63982d34..1dda1b8c 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -123,7 +123,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.5
+ENV NEXTCLOUD_VERSION 26.0.6
RUN set -ex; \
fetchDeps=" \
@@ -133,8 +133,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.5.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.6.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \