diff --git a/test/client/Dockerfile b/test/client/Dockerfile index dc27284..f68eab7 100644 --- a/test/client/Dockerfile +++ b/test/client/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 +FROM alpine:3.19.0 RUN apk add openssh ansible COPY sshconfig /root/.ssh/config