Browse Source

upgrade ca-certificates package from 20220614-r2 to 20220614-r3 (see below)

https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.17-stable&id=d7b2799185a95ae53c5a9bf75029263f13c23913
Fabian Peter Hammerle 1 year ago
parent
commit
9f2e4c2a8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM alpine:3.17.0
 ARG POSTFIX_PACKAGE_VERSION=3.7.3-r1
 # http://www.postfix.org/postconf.5.html#tls_append_default_CA
 # https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20220614-r2
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20220614-r3
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \