From 1d0d6b3fe62421476a063f015e6036add18a1679 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 6 Jan 2024 15:34:02 -0800 Subject: [PATCH] More loosly pin tzdata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86316b7..1e55238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache \ redis~=7 \ restic~=0.15 \ sqlite~=3 \ - tzdata~=2023c \ + tzdata~=2023 \ ; ARG TARGETOS