From 0b61029151b57631093e3b7e6b4bac54eee3dd0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:26:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ubuntu=5F22=5F04/?= =?UTF-8?q?tzdata=20to=20v2023d-0ubuntu0.22.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 523633e..bd6e40d 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=2023c-0ubuntu0.22.04.2 \ + tzdata=2023d-0ubuntu0.22.04 \ xz-utils=5.2.5-2ubuntu1 \ \ && S6_ARCH="${BUILD_ARCH}" \