Browse Source

upgrade ca-certificates package from v20211220-r0 to v20220614-r0

https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.16-stable&id=16988f3c77f035072956655194770e15cbc61257
https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.16-stable&id=bb51fa7743320ac61f76e181cca84daa9977573e

https://gitlab.alpinelinux.org/alpine/ca-certificates/-/commit/acc4f139c783210395c947a83e23a736e9b0754b
Fabian Peter Hammerle 1 year ago
parent
commit
d92fc75a79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM alpine:3.16.1
 ARG POSTFIX_PACKAGE_VERSION=3.7.2-r0
 # 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=20211220-r0
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20220614-r0
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \