From e4976de4746984cbb8bfc0911400ee445ccd0af2 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Wed, 29 Oct 2025 16:31:03 +0100 Subject: Set version explicitly to enforce a newer version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b7518c..9cd3195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.22.2 RUN apk add --no-cache openssh-server fish git sudo # default uid for git user who has access to all repos -- cgit v1.3.1