Skip to content

Conversation

@J0WI
Copy link
Contributor

@J0WI J0WI commented Sep 26, 2025

No description provided.

@J0WI J0WI requested a review from a team as a code owner September 26, 2025 01:25
@github-actions
Copy link

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 tianon merged commit 79ff34f into docker-library:master Sep 26, 2025
11 checks passed
@J0WI J0WI deleted the nextcloud-30.0.16 branch September 29, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants