commit 615f3d12983804832bd13305a62ceef4f8168e24 parent f2a2c1008a6e0f5b499e303bd81bcc4a95d7a921 Author: Matthias Jaros <jaros@mailbox.org> Date: Wed, 29 Oct 2025 16:31:03 +0100 Set version explicitly to enforce a newer version Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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