From 7d2efd92d7dc3170c57cec1ff5bed456c6583ca6 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Wed, 15 Apr 2026 09:17:39 +0100 Subject: [PATCH] CLDC-4429: push fix commented to test failure on review app --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 88a7e6a79..8b9080448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ruby:3.4.4-alpine3.20 as base +# RUN apk update && apk upgrade --no-cache + WORKDIR /app # Add the timezone as it's not configured by default in Alpine