From 3f3491d80960424e4cca68ae7abd31a56dae8302 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 11 May 2026 00:09:29 -0700 Subject: [PATCH] Bump Alpine version to 3.23.4 and pin the hash to the same base used across other Exercism images. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3c4d6d..6d1fb15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.2 +FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 RUN apk add --no-cache git bash jq vim && \ rm -rf /var/cache/apk/*