From 9aa0279f210594cf75a867fca71c52362e417d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:05:09 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5beecf3..2496893 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.24.1 AS build +FROM alpine:3.24.2 AS build ADD https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz elm.gz RUN gunzip -c elm.gz > /usr/bin/elm && chmod +x /usr/bin/elm