From 963639c1b2b3c7009bff6ef899beac5cb7c8a83b Mon Sep 17 00:00:00 2001 From: Matthias 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(-) (limited to 'Dockerfile') 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