From 6189452dec6de2ebbf7b85a8d334e28c6b9a437d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:56:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ubuntu=5F22=5F04/?= =?UTF-8?q?tzdata=20to=20v2024=20(#151)?= 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 bd6e40d..454872d 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -35,7 +35,7 @@ RUN \ ca-certificates=20230311ubuntu0.22.04.1 \ curl=7.81.0-1ubuntu1.15 \ jq=1.6-2.1ubuntu3 \ - tzdata=2023d-0ubuntu0.22.04 \ + tzdata=2024a-0ubuntu0.22.04 \ xz-utils=5.2.5-2ubuntu1 \ \ && S6_ARCH="${BUILD_ARCH}" \