|
|
@@ -6,16 +6,16 @@
|
|
|
#
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
|
|
|
|
-FROM docker.io/alpine:3.22.2
|
|
|
+FROM docker.io/alpine:3.23.0
|
|
|
|
|
|
# http://www.postfix.org/announcements.html
|
|
|
-# https://git.alpinelinux.org/aports/log/main/postfix?h=3.22-stable
|
|
|
+# https://git.alpinelinux.org/aports/log/main/postfix?h=3.23-stable
|
|
|
ARG POSTFIX_PACKAGE_VERSION=3.10.6-r0
|
|
|
# http://www.postfix.org/postconf.5.html#tls_append_default_CA
|
|
|
# https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/
|
|
|
# https://gitlab.alpinelinux.org/alpine/ca-certificates/-/commits/master
|
|
|
-# https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.22-stable
|
|
|
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20250911-r0
|
|
|
+# https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.23-stable
|
|
|
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20251003-r0
|
|
|
RUN apk add --no-cache \
|
|
|
ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
|
|
|
postfix=$POSTFIX_PACKAGE_VERSION \
|