summaryrefslogtreecommitdiffstats
path: root/27/apache
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-11-24 00:27:31 +0000
committerGitHub Workflow <workflow@github.com>2023-11-24 00:27:31 +0000
commit44e01e1eab2160bce02686797a51f81a3a021551 (patch)
tree07f90045765adfc86201e514dc600c51a257ab54 /27/apache
parentcd0562ba8cda9f4afe814e406c6120e863001c91 (diff)
Runs update.sh
Diffstat (limited to '27/apache')
-rw-r--r--27/apache/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 36576329..192e8633 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.3
+ENV NEXTCLOUD_VERSION 27.1.4
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.3.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.3.tar.bz2.asc"; \
+ 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"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \