Browse Source

upgrade ca-certificates package from v20220614-r4 to v20230506-r0 (see below)

https://web.archive.org/web/20230514084016/https://gitlab.alpinelinux.org/alpine/ca-certificates/-/compare/20220614...20230506?from_project_id=635&straight=false
https://web.archive.org/web/20230514084105/https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.17-stable&id=bb4d7ad4c2977e8a90dcbb3dfd94ab7241c350d7
https://web.archive.org/web/20230514084121/https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.17-stable&id=c56ff944f7d21017702e916e9546ee10389aef62
Fabian Peter Hammerle 11 months ago
parent
commit
48779bb866
2 changed files with 3 additions and 2 deletions
  1. 3 1
      Dockerfile
  2. 0 1
      ca-certificates-package-log.url

+ 3 - 1
Dockerfile

@@ -3,7 +3,9 @@ FROM alpine:3.17.3
 ARG POSTFIX_PACKAGE_VERSION=3.7.4-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=20220614-r4
+# https://gitlab.alpinelinux.org/alpine/ca-certificates/-/commits/master
+# https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.17-stable
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20230506-r0
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \

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

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