aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 14:09:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 14:09:04 +0300
commitf7e66b30688f347b7a16ee48a9610aebc22a4dff (patch)
tree9bbe48409acf5cc35eb376602b41b47ecd6f9890 /test
parentt/i/docker: use tini in server (diff)
downloadcgitize-f7e66b30688f347b7a16ee48a9610aebc22a4dff.tar.gz
cgitize-f7e66b30688f347b7a16ee48a9610aebc22a4dff.zip
docker: bump base images
Diffstat (limited to 'test')
-rw-r--r--test/integration/docker/server/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/server/Dockerfile b/test/integration/docker/server/Dockerfile
index dcce923..3ebe89b 100644
--- a/test/integration/docker/server/Dockerfile
+++ b/test/integration/docker/server/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.11
+FROM alpine:3.15
RUN apk --no-cache add bash git openssh-server tini && \
echo 'root:root' | chpasswd && \