From 3c5203c759d9efaaedcba92a85f00cc0db41f2c9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 25 Sep 2020 12:55:10 +0200 Subject: [PATCH] Fix bash version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44d688c..d31fad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker:dind RUN apk add --no-cache \ - bash=5.0.18-r0 \ + bash=5.0.17-r0 \ openssh-client=8.3_p1-r0 COPY plugin.sh /plugin/plugin.sh