diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
![]() |
index : gitreef | |
| simple, fast and memory-friendly GIT-over-SSH server for self hosting your repos | Matthias Jaros |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -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 |