Browse Source

upgrade ca-certificates package from v20220614-r0 to v20220614-r2 (openssl v3 rebuild)

https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.17-stable&id=a2920f0cda9d43139a70b8ed0c9fafbbe8052697
https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.17-stable&id=54565cc2c465089fce8043755afff04cdeb21f33
Fabian Peter Hammerle 1 year ago
parent
commit
301305fc96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      ca-certificates-package-log.url

+ 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-r0
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20220614-r2
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \

+ 1 - 1
ca-certificates-package-log.url

@@ -1 +1 @@
-https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.16-stable
+https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.17-stable