-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update Nextcloud #19960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update Nextcloud #19960
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for be6e486:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1f19054..6228eb3 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,32 +1,32 @@
Maintainers: Nextcloud <[email protected]> (@nextcloud)
GitRepo: https://github.com/nextcloud/docker.git
-Tags: 30.0.15-apache, 30.0-apache, 30-apache, 30.0.15, 30.0, 30
+Tags: 30.0.16-apache, 30.0-apache, 30-apache, 30.0.16, 30.0, 30
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 30/apache
-Tags: 30.0.15-fpm, 30.0-fpm, 30-fpm
+Tags: 30.0.16-fpm, 30.0-fpm, 30-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 30/fpm
-Tags: 30.0.15-fpm-alpine, 30.0-fpm-alpine, 30-fpm-alpine
+Tags: 30.0.16-fpm-alpine, 30.0-fpm-alpine, 30-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 30/fpm-alpine
Tags: 31.0.9-apache, 31.0-apache, 31-apache, apache, stable-apache, production-apache, 31.0.9, 31.0, 31, latest, stable, production
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/apache
Tags: 31.0.9-fpm, 31.0-fpm, 31-fpm, fpm, stable-fpm, production-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/fpm
Tags: 31.0.9-fpm-alpine, 31.0-fpm-alpine, 31-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 2ac1f1346ce19ca34193c8b72b87fee4e8d377e7
+GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a4ba41d..8562916 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ nextcloud:30.0
nextcloud:30.0-apache
nextcloud:30.0-fpm
nextcloud:30.0-fpm-alpine
-nextcloud:30.0.15
-nextcloud:30.0.15-apache
-nextcloud:30.0.15-fpm
-nextcloud:30.0.15-fpm-alpine
+nextcloud:30.0.16
+nextcloud:30.0.16-apache
+nextcloud:30.0.16-fpm
+nextcloud:30.0.16-fpm-alpine
nextcloud:31
nextcloud:31-apache
nextcloud:31-fpm
diff --git a/nextcloud_30-fpm-alpine/Dockerfile b/nextcloud_30-fpm-alpine/Dockerfile
index e40afb4..f354746 100644
--- a/nextcloud_30-fpm-alpine/Dockerfile
+++ b/nextcloud_30-fpm-alpine/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
imagemagick-dev \
libevent-dev \
libjpeg-turbo-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libwebp-dev \
@@ -129,7 +128,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 30.0.15
+ENV NEXTCLOUD_VERSION 30.0.16
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -137,8 +136,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.15.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.15.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.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/nextcloud_30-fpm/Dockerfile b/nextcloud_30-fpm/Dockerfile
index c8c291e..29e5f1c 100644
--- a/nextcloud_30-fpm/Dockerfile
+++ b/nextcloud_30-fpm/Dockerfile
@@ -36,7 +36,6 @@ RUN set -ex; \
libjpeg-dev \
libldap2-dev \
libmagickwand-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libpq-dev \
@@ -135,7 +134,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 30.0.15
+ENV NEXTCLOUD_VERSION 30.0.16
RUN set -ex; \
fetchDeps=" \
@@ -145,8 +144,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-30.0.15.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.15.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.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/nextcloud_30/Dockerfile b/nextcloud_30/Dockerfile
index 02c9db1..f3cb90f 100644
--- a/nextcloud_30/Dockerfile
+++ b/nextcloud_30/Dockerfile
@@ -36,7 +36,6 @@ RUN set -ex; \
libjpeg-dev \
libldap2-dev \
libmagickwand-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libpq-dev \
@@ -150,7 +149,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 30.0.15
+ENV NEXTCLOUD_VERSION 30.0.16
RUN set -ex; \
fetchDeps=" \
@@ -160,8 +159,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-30.0.15.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.15.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.16.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/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_production-fpm-alpine/Dockerfile
index ab497de..235f764 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_production-fpm-alpine/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
imagemagick-dev \
libevent-dev \
libjpeg-turbo-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libwebp-dev \
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_production-fpm/Dockerfile
index 0e30347..8b66ed4 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_production-fpm/Dockerfile
@@ -36,7 +36,6 @@ RUN set -ex; \
libjpeg-dev \
libldap2-dev \
libmagickwand-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libpq-dev \
diff --git a/nextcloud_production/Dockerfile b/nextcloud_production/Dockerfile
index a88e475..f0d23b6 100644
--- a/nextcloud_production/Dockerfile
+++ b/nextcloud_production/Dockerfile
@@ -36,7 +36,6 @@ RUN set -ex; \
libjpeg-dev \
libldap2-dev \
libmagickwand-dev \
- libmcrypt-dev \
libmemcached-dev \
libpng-dev \
libpq-dev \Relevant Maintainers:
|
tianon
approved these changes
Sep 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.