2 커밋 75ac2d28c6 ... 5abcdaccf7

작성자 SHA1 메시지 날짜
  dependabot[bot] 5abcdaccf7 build(deps): bump alpine from 3.21.0 to 3.21.2 (#103) 1 개월 전
  Fabian Peter Hammerle 1114f10779 update ca-certificates package from v20241010-r0 to v20241121-r1 1 개월 전
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 \