Fix bash version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 12:55:10 +02:00
parent c6d103176c
commit 3c5203c759
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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