diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-02 20:35:13 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-02 20:35:13 +0100 |
commit | 4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac (patch) | |
tree | 9471ed33289a287f546055e8712fc1f0f980c441 /test | |
parent | workflows/ci: fix Python 3.6 tests (diff) | |
download | cgitize-4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac.tar.gz cgitize-4be8cd9fd3109663bdc89ee32002bcdfcc6c73ac.zip |
docker: bump base image
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 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 && \ |