From 15e27491de6624bdc801933d40b14a3636897c3f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Sep 2022 14:40:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20tzdata=20to=202?= =?UTF-8?q?022c-0ubuntu0.20.04.0=20(#123)?= 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 7a81820..12206e4 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -35,7 +35,7 @@ RUN \ ca-certificates=20211016~20.04.1 \ curl=7.68.0-1ubuntu2.12 \ jq=1.6-1ubuntu0.20.04.1 \ - tzdata=2022a-0ubuntu0.20.04 \ + tzdata=2022c-0ubuntu0.20.04.0 \ xz-utils=5.2.4-1 \ \ && S6_VERSION="3.1.1.2" \