From 851c4f84034f31c9398837b6b63a9b5a313c5b85 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 10 Mar 2024 16:44:18 +0100 Subject: [PATCH] Alpine 3.19.1 --- core/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/Dockerfile b/core/base/Dockerfile index c1c1c56e..3a5e0b41 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.19.0 +ARG DISTRO=ghcr.io/mailu/alpine:3.19.1 FROM $DISTRO as system ENV TZ=Etc/UTC LANG=C.UTF-8