From a149fbd55043ec2d3581e11f62a930f144b6c29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:37:34 +0100 Subject: [PATCH] Updates: alpine:3.21, postfixadmin:3.3.14 (#18) * Updates: alpine:3.21, postfixadmin:3.3.14 * Fix calling php binary --- Dockerfile | 8 ++++---- bin/run.sh | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a1ccd7..f23a478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM alpine:3.17 +FROM alpine:3.21 LABEL description="PostfixAdmin is a web based interface used to manage mailboxes" -ARG VERSION=3.3.13 -ARG PHP_VERSION=81 -ARG SHA256_HASH="026c4f370656b96b6c9f62328e901b9416a6e56d1c4df86249995d661498947b" +ARG VERSION=3.3.14 +ARG PHP_VERSION=84 +ARG SHA256_HASH="bd48687431472dc1753513bdf38a498f6b913d3c04a8e4d6d2415d190760e5a3" RUN set -eux; \ apk update && apk upgrade; \ diff --git a/bin/run.sh b/bin/run.sh index 4c1664c..814b1e3 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -91,6 +91,6 @@ cat > /postfixadmin/config.local.php <