From 4fe2e3200bbffc8b3204200e77d49dcefc6d85dc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Oct 2021 11:29:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20tzdata=20to=202?= =?UTF-8?q?021c-r0=20(#151)?= 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 55874e9..a613246 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -35,7 +35,7 @@ RUN \ bash=5.1.4-r0 \ curl=7.79.1-r0 \ jq=1.6-r1 \ - tzdata=2021a-r0 \ + tzdata=2021c-r0 \ \ && S6_ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \