From 6c1e3bc1edfe160b79dbd3cbb7c96dca22fef114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:42:45 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b981f3..4fdc2f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.4 AS build +FROM alpine:3.24.0 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