1
0
mirror of https://github.com/appleboy/scp-action.git synced 2025-02-11 15:04:00 +08:00
scp-action/Dockerfile
Daniel Bingham 861f2e0e7b
Update to drone-scp 1.5.6
To pull in the fix for the typo related to proxy_paraphrase
2020-02-26 18:19:00 -08:00

6 lines
134 B
Docker

FROM appleboy/drone-scp:1.5.6-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]