From 8c512a95c096e6698a2a8fb63ada60c6a9a944fa Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 7 May 2026 23:22:07 -0700 Subject: [PATCH] Pin the Docker image Add a helper version script --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9dedcc0..7b74dce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 RUN apk add --no-cache jq sqlite coreutils