From 5b2456cc8eb93995c62a8ecee1b096bdfc71734f Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 21 Oct 2024 11:05:01 +0200 Subject: [PATCH] alpine 3.20.3 (cherry picked from commit 152b45a0e93c0b029894693017b321cd970da728) --- core/base/Dockerfile | 2 +- towncrier/newsfragments/3622.misc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 towncrier/newsfragments/3622.misc diff --git a/core/base/Dockerfile b/core/base/Dockerfile index 39d9f29c..5e3ad092 100644 --- a/core/base/Dockerfile +++ b/core/base/Dockerfile @@ -3,7 +3,7 @@ # base system image (intermediate) # Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml. # Just run the workflow with the tag that must be synchronised. -ARG DISTRO=ghcr.io/mailu/alpine:3.20 +ARG DISTRO=ghcr.io/mailu/alpine:3.20.3 FROM $DISTRO as system ENV TZ=Etc/UTC LANG=C.UTF-8 diff --git a/towncrier/newsfragments/3622.misc b/towncrier/newsfragments/3622.misc new file mode 100644 index 00000000..2e749d74 --- /dev/null +++ b/towncrier/newsfragments/3622.misc @@ -0,0 +1 @@ +Upgrade to alpine 3.20.3