summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-29 16:31:03 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-29 16:31:03 +0100
commit963639c1b2b3c7009bff6ef899beac5cb7c8a83b (patch)
treea854281a00fe9eb0ecadd97e91985bbb77d9e1c7
parentb26d4cc54c331e9611c18569cf087f39e6e9aedb (diff)
Set version explicitly to enforce a newer version
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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