aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker/git_server/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-02 20:35:13 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-02 20:35:13 +0100
commit4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac (patch)
tree9471ed33289a287f546055e8712fc1f0f980c441 /test/integration/docker/git_server/Dockerfile
parentworkflows/ci: fix Python 3.6 tests (diff)
downloadcgitize-4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac.tar.gz
cgitize-4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac.zip
docker: bump base image
Diffstat (limited to 'test/integration/docker/git_server/Dockerfile')
-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 cc16c74..c07e108 100644
--- a/test/integration/docker/git_server/Dockerfile
+++ b/test/integration/docker/git_server/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.16
+FROM alpine:3.17
RUN apk --no-cache add bash git openssh-server tini && \
echo 'root:root' | chpasswd && \