1
0
Эх сурвалжийг харах

upgrade alpine base image from v3.23.3 to v3.23.4 & ca-certificates package

Fabian Peter Hammerle 6 өдөр өмнө
parent
commit
2ad9359397
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -6,7 +6,7 @@
 #
 # SPDX-License-Identifier: EPL-2.0
 
-FROM docker.io/alpine:3.23.3
+FROM docker.io/alpine:3.23.4
 
 # http://www.postfix.org/announcements.html
 # https://git.alpinelinux.org/aports/log/main/postfix?h=3.23-stable
@@ -15,7 +15,7 @@ ARG POSTFIX_PACKAGE_VERSION=3.10.8-r0
 # 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.23-stable
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20251003-r0
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20260413-r0
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \