From f4370c43b68a1a7ea55868caf7341fc13ceb1929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:02:51 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 906147d..9470070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.0 AS build +FROM alpine:3.23.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