summaryrefslogtreecommitdiffstats
path: root/26
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-07-20 11:47:38 +0000
committerGitHub Workflow <workflow@github.com>2023-07-20 11:47:38 +0000
commit1b913eb0e9e6106c5ab58c8a0b1b01caeaab2ffa (patch)
tree52a95f731efb32a5e7dadd8c0caba2a18bba2c2f /26
parent38b8110c58782cc283c3a784c1ddbe8f90f3cec3 (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 0ab69483..c93c55f9 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.3
+ENV NEXTCLOUD_VERSION 26.0.4
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.3.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.3.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.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 1a58b2b3..f3be4c5f 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.3
+ENV NEXTCLOUD_VERSION 26.0.4
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.3.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.3.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.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 3a60ed71..86eba0fe 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -123,7 +123,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.3
+ENV NEXTCLOUD_VERSION 26.0.4
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.3.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.3.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.4.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \