瀏覽代碼

upgrade dovecot package from v2.3.21-r17 to v2.3.21.1-r0 (CVE-2024-23184, CVE-2024-23185)

https://web.archive.org/web/20240824104457/https://dovecot.org/doc/NEWS

https://web.archive.org/web/20240824104535/https://git.alpinelinux.org/aports/commit/main/dovecot?h=3.20-stable&id=6f9ab31391ecf2599a5e91903719634ffdb8826c
Fabian Peter Hammerle 3 月之前
父節點
當前提交
1b1b73c780
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,10 +1,10 @@
 FROM docker.io/alpine:3.20.2
 
 # https://dovecot.org/doc/NEWS
-# https://git.alpinelinux.org/aports/log/main/dovecot?h=3.19-stable
-ARG DOVECOT_PACKAGE_VERSION=2.3.21-r17
+# https://git.alpinelinux.org/aports/log/main/dovecot?h=3.20-stable
+ARG DOVECOT_PACKAGE_VERSION=2.3.21.1-r0
 # http://www.dest-unreach.org/socat/
-# https://git.alpinelinux.org/aports/log/main/socat?h=3.19-stable
+# https://git.alpinelinux.org/aports/log/main/socat?h=3.20-stable
 ARG SOCAT_PACKAGE_VERSION=1.8.0.0-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \