From 31fffe5a99aeb7e4458ae831dcc033eda9702ebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:48:42 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23.3 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index a8661e5..d0fad8f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.17.3 +FROM alpine:3.23.3 SHELL ["/bin/sh", "-euxo", "pipefail", "-c"] RUN apk add bash git go cabal \