Skip to content
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

Update PostfixAdmin #18154

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Update PostfixAdmin #18154

merged 1 commit into from
Dec 24, 2024

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Dec 21, 2024

No description provided.

@J0WI J0WI requested a review from a team as a code owner December 21, 2024 02:15
Copy link

Diff for 488530d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 779bef0..f42c8bb 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,17 +1,17 @@
 Maintainers: David Goodwin <[email protected]> (@DavidGoodwin)
 GitRepo: https://github.com/postfixadmin/docker.git
 
-Tags: 3.3.14-apache, 3.3-apache, 3-apache, apache, 3.3.14, 3.3, 3, latest
+Tags: 3.3.15-apache, 3.3-apache, 3-apache, apache, 3.3.15, 3.3, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: fe2c83f82ac40829405890ad53b63a5b81bc2a57
+GitCommit: 8fbed5d8d6b140e7c3c417a9dc45aafd5bdff774
 Directory: apache
 
-Tags: 3.3.14-fpm, 3.3-fpm, 3-fpm, fpm
+Tags: 3.3.15-fpm, 3.3-fpm, 3-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: fe2c83f82ac40829405890ad53b63a5b81bc2a57
+GitCommit: 8fbed5d8d6b140e7c3c417a9dc45aafd5bdff774
 Directory: fpm
 
-Tags: 3.3.14-fpm-alpine, 3.3-fpm-alpine, 3-fpm-alpine, fpm-alpine
+Tags: 3.3.15-fpm-alpine, 3.3-fpm-alpine, 3-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: fe2c83f82ac40829405890ad53b63a5b81bc2a57
+GitCommit: 8fbed5d8d6b140e7c3c417a9dc45aafd5bdff774
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index d092118..7057757 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ postfixadmin:3.3
 postfixadmin:3.3-apache
 postfixadmin:3.3-fpm
 postfixadmin:3.3-fpm-alpine
-postfixadmin:3.3.14
-postfixadmin:3.3.14-apache
-postfixadmin:3.3.14-fpm
-postfixadmin:3.3.14-fpm-alpine
+postfixadmin:3.3.15
+postfixadmin:3.3.15-apache
+postfixadmin:3.3.15-fpm
+postfixadmin:3.3.15-fpm-alpine
 postfixadmin:apache
 postfixadmin:fpm
 postfixadmin:fpm-alpine
diff --git a/postfixadmin_fpm-alpine/Dockerfile b/postfixadmin_fpm-alpine/Dockerfile
index d3b75fc..919d1fa 100644
--- a/postfixadmin_fpm-alpine/Dockerfile
+++ b/postfixadmin_fpm-alpine/Dockerfile
@@ -34,8 +34,8 @@ RUN set -ex; \
 	apk add --no-network --virtual .postfixadmin-phpexts-rundeps $runDeps; \
 	apk del --no-network .build-deps
 
-ARG POSTFIXADMIN_VERSION=3.3.14
-ARG POSTFIXADMIN_SHA512=18837c112e08f3a7d41d829d2f26f5e791d5a0b9b8d0ac458d9a266f5b1aac2f0d9e6b7ebec0c5324ac54d944ba81cba210b2cf82075bcf7ab588c7d96eb49fb
+ARG POSTFIXADMIN_VERSION=3.3.15
+ARG POSTFIXADMIN_SHA512=02c4a7fb0d5b148a2f9e73e0278a47d1ee63b29a0019cf510f04d33386fc50727c0dae728eafee688a136159ba462af1931fe0658daa06671459c43668867865
 
 ENV POSTFIXADMIN_VERSION $POSTFIXADMIN_VERSION
 ENV POSTFIXADMIN_SHA512 $POSTFIXADMIN_SHA512
diff --git a/postfixadmin_fpm/Dockerfile b/postfixadmin_fpm/Dockerfile
index b7ff090..f429e22 100644
--- a/postfixadmin_fpm/Dockerfile
+++ b/postfixadmin_fpm/Dockerfile
@@ -48,8 +48,8 @@ RUN set -ex; \
 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
 	rm -rf /var/lib/apt/lists/*
 
-ARG POSTFIXADMIN_VERSION=3.3.14
-ARG POSTFIXADMIN_SHA512=18837c112e08f3a7d41d829d2f26f5e791d5a0b9b8d0ac458d9a266f5b1aac2f0d9e6b7ebec0c5324ac54d944ba81cba210b2cf82075bcf7ab588c7d96eb49fb
+ARG POSTFIXADMIN_VERSION=3.3.15
+ARG POSTFIXADMIN_SHA512=02c4a7fb0d5b148a2f9e73e0278a47d1ee63b29a0019cf510f04d33386fc50727c0dae728eafee688a136159ba462af1931fe0658daa06671459c43668867865
 
 ENV POSTFIXADMIN_VERSION $POSTFIXADMIN_VERSION
 ENV POSTFIXADMIN_SHA512 $POSTFIXADMIN_SHA512
diff --git a/postfixadmin_latest/Dockerfile b/postfixadmin_latest/Dockerfile
index 7f35c25..e0c46bd 100644
--- a/postfixadmin_latest/Dockerfile
+++ b/postfixadmin_latest/Dockerfile
@@ -48,8 +48,8 @@ RUN set -ex; \
 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
 	rm -rf /var/lib/apt/lists/*
 
-ARG POSTFIXADMIN_VERSION=3.3.14
-ARG POSTFIXADMIN_SHA512=18837c112e08f3a7d41d829d2f26f5e791d5a0b9b8d0ac458d9a266f5b1aac2f0d9e6b7ebec0c5324ac54d944ba81cba210b2cf82075bcf7ab588c7d96eb49fb
+ARG POSTFIXADMIN_VERSION=3.3.15
+ARG POSTFIXADMIN_SHA512=02c4a7fb0d5b148a2f9e73e0278a47d1ee63b29a0019cf510f04d33386fc50727c0dae728eafee688a136159ba462af1931fe0658daa06671459c43668867865
 
 ENV POSTFIXADMIN_VERSION $POSTFIXADMIN_VERSION
 ENV POSTFIXADMIN_SHA512 $POSTFIXADMIN_SHA512

Relevant Maintainers:

@tianon tianon merged commit 66f0ea3 into docker-library:master Dec 24, 2024
8 checks passed
@J0WI J0WI deleted the postfixadmin-3.3.15 branch January 2, 2025 14:30
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