diff options
author | GitHub Workflow <workflow@github.com> | 2023-07-20 11:47:38 +0000 |
---|---|---|
committer | GitHub Workflow <workflow@github.com> | 2023-07-20 11:47:38 +0000 |
commit | 1b913eb0e9e6106c5ab58c8a0b1b01caeaab2ffa (patch) | |
tree | 52a95f731efb32a5e7dadd8c0caba2a18bba2c2f /26/fpm/Dockerfile | |
parent | 38b8110c58782cc283c3a784c1ddbe8f90f3cec3 (diff) |
Runs update.shv2023.7.1
Diffstat (limited to '26/fpm/Dockerfile')
-rw-r--r-- | 26/fpm/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
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; \ |