From 78d0234fab9b7a27053a3f67b94811ac5ee4afb2 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Mon, 20 Apr 2026 09:53:28 +0100 Subject: [PATCH] CLDC-4229: upgrade at start of file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b85fc1ffe..12cc6525b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk upgrade --no-cache # Add the timezone as it's not configured by default in Alpine RUN apk add --update --no-cache tzdata && \ cp /usr/share/zoneinfo/Europe/London /etc/localtime && \ - echo "Europe/London" > /etc/timezone \ + echo "Europe/London" > /etc/timezone # build-base: compilation tools for bundle # yarn: node package manager