From 53a8a43ae27c65cceb68e2239d71c94e24fd7773 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Aug 2026 03:34:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20public.ecr.aws/docker/l?= =?UTF-8?q?ibrary/alpine=20Docker=20tag=20to=20v3.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------------ | ---- | ---- | | docker | public.ecr.aws/docker/library/alpine | 3.21 | 3.24 | --- apps/maloja/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/maloja/Dockerfile b/apps/maloja/Dockerfile index 0dbcbad932..f48fb02820 100644 --- a/apps/maloja/Dockerfile +++ b/apps/maloja/Dockerfile @@ -30,7 +30,7 @@ # requires-python = "==3.12.*", so 3.13 refuses to install and any bump here # must be checked against upstream first. -FROM public.ecr.aws/docker/library/alpine:3.21 AS cloner +FROM public.ecr.aws/docker/library/alpine:3.24 AS cloner ARG VERSION RUN apk add --no-cache git