diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/docker/git_server/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/git_server/Dockerfile b/test/integration/docker/git_server/Dockerfile index a5756d3..cc16c74 100644 --- a/test/integration/docker/git_server/Dockerfile +++ b/test/integration/docker/git_server/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 RUN apk --no-cache add bash git openssh-server tini && \ echo 'root:root' | chpasswd && \ |