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 | |
| gitreef - a simple, fast, memory-friendly, and secure GIT-over-SSH server for your repos. | Matthias Lucas 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 |