Browse Source

update ca-certificates package from v20241010-r0 to v20241121-r1

Fabian Peter Hammerle 2 weeks ago
parent
commit
1114f10779
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ ARG POSTFIX_PACKAGE_VERSION=3.9.1-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.21-stable
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20241010-r0
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20241121-r1
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \