From d5d2713035dd784987824d164930e41ce6189ff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:09:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/t?= =?UTF-8?q?zdata=20to=20v2024=20(#282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 6856914..b79a3e4 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -46,7 +46,7 @@ RUN \ bash=5.2.21-r0 \ curl=8.5.0-r0 \ jq=1.7.1-r0 \ - tzdata=2023d-r0 \ + tzdata=2024a-r0 \ \ && S6_ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \