1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

chore: try the drone-ssh latest version

This commit is contained in:
Bo-Yi Wu 2019-09-29 10:44:56 +08:00
parent 215a0580d7
commit 46adad98f2

View file

@ -1,4 +1,4 @@
FROM appleboy/drone-ssh:1.5.1-linux-amd64
FROM appleboy/drone-ssh
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh