diff --git a/Dockerfile b/Dockerfile index d31fad2..d9f0665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker:dind RUN apk add --no-cache \ bash=5.0.17-r0 \ - openssh-client=8.3_p1-r0 + openssh-client=8.3_p1-r1 COPY plugin.sh /plugin/plugin.sh