summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-12-15 00:27:36 +0000
committerGitHub Workflow <workflow@github.com>2023-12-15 00:27:36 +0000
commit4cff57305b863a4e055595bf24b04028a7547e8d (patch)
treea0be09e8f59e7536438810c386fce2e16b49f8cf
parente6510ac5947c11258f7d910aed3a1ce8d0faa2c3 (diff)
Runs update.sh
-rw-r--r--26/apache/Dockerfile6
-rw-r--r--26/fpm-alpine/Dockerfile6
-rw-r--r--26/fpm/Dockerfile6
-rw-r--r--27/apache/Dockerfile6
-rw-r--r--27/fpm-alpine/Dockerfile6
-rw-r--r--27/fpm/Dockerfile6
-rw-r--r--versions.json12
7 files changed, 24 insertions, 24 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index c87c35a5..cc287529 100644
--- a/26/apache/Dockerfile
+++ b/26/apache/Dockerfile
@@ -138,7 +138,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 26.0.9
+ENV NEXTCLOUD_VERSION 26.0.10
RUN set -ex; \
fetchDeps=" \
@@ -148,8 +148,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.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.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 93624c90..dce75c8b 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.9
+ENV NEXTCLOUD_VERSION 26.0.10
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.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.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 bcc80445..13250220 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -123,7 +123,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.9
+ENV NEXTCLOUD_VERSION 26.0.10
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.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.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/27/apache/Dockerfile b/27/apache/Dockerfile
index 192e8633..9671fde0 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -138,7 +138,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 27.1.4
+ENV NEXTCLOUD_VERSION 27.1.5
RUN set -ex; \
fetchDeps=" \
@@ -148,8 +148,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-27.1.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.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/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index e3f27315..cfc8a79e 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -111,7 +111,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 27.1.4
+ENV NEXTCLOUD_VERSION 27.1.5
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-27.1.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.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/27/fpm/Dockerfile b/27/fpm/Dockerfile
index 4f31a70c..4ca64950 100644
--- a/27/fpm/Dockerfile
+++ b/27/fpm/Dockerfile
@@ -123,7 +123,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 27.1.4
+ENV NEXTCLOUD_VERSION 27.1.5
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-27.1.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.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/versions.json b/versions.json
index 76074c88..861629b9 100644
--- a/versions.json
+++ b/versions.json
@@ -27,9 +27,9 @@
},
"27": {
"branch": "27",
- "version": "27.1.4",
- "url": "https://download.nextcloud.com/server/releases/nextcloud-27.1.4.tar.bz2",
- "ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-27.1.4.tar.bz2.asc",
+ "version": "27.1.5",
+ "url": "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2",
+ "ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2.asc",
"variants": {
"apache": {
"variant": "apache",
@@ -53,9 +53,9 @@
},
"26": {
"branch": "26",
- "version": "26.0.9",
- "url": "https://download.nextcloud.com/server/releases/nextcloud-26.0.9.tar.bz2",
- "ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-26.0.9.tar.bz2.asc",
+ "version": "26.0.10",
+ "url": "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.tar.bz2",
+ "ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-26.0.10.tar.bz2.asc",
"variants": {
"apache": {
"variant": "apache",