2 Commits 75ac2d28c6 ... 5abcdaccf7

Author SHA1 Message Date
  dependabot[bot] 5abcdaccf7 build(deps): bump alpine from 3.21.0 to 3.21.2 (#103) 2 weeks ago
  Fabian Peter Hammerle 1114f10779 update ca-certificates package from v20241010-r0 to v20241121-r1 2 weeks ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -6,7 +6,7 @@
 #
 # SPDX-License-Identifier: EPL-2.0
 
-FROM docker.io/alpine:3.21.0
+FROM docker.io/alpine:3.21.2
 
 # http://www.postfix.org/announcements.html
 # https://git.alpinelinux.org/aports/log/main/postfix?h=3.21-stable
@@ -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 \