aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/docker')
-rw-r--r--test/integration/docker/git_server/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/git_server/Dockerfile b/test/integration/docker/git_server/Dockerfile
index 1d23ea5..dcafefd 100644
--- a/test/integration/docker/git_server/Dockerfile
+++ b/test/integration/docker/git_server/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.19
+FROM alpine:3.20
RUN apk add -q --no-cache bash git openssh-server tini && \
echo 'root:root' | chpasswd && \