Drop pinning, it'll be fine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-05-05 13:04:48 +02:00
parent 231f6d6f8a
commit 9f703e415c

View File

@ -1,8 +1,6 @@
FROM docker:dind
RUN apk add --no-cache \
bash=5.0.17-r0 \
openssh-client=8.3_p1-r1
RUN apk add --no-cache bash openssh-client
COPY plugin.sh /plugin/plugin.sh