From 3fbb6367940f8bd3adb95d1f9b22e3227f42639a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:08:07 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 953bb4a..5beecf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.24.0 AS build +FROM alpine:3.24.1 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