chore: update Docker image for drone-scp to version 1.6.10 (#116)

- Update the `drone-scp` Docker image from version `1.6.9` to `1.6.10`

fix https://github.com/appleboy/scp-action/issues/112
This commit is contained in:
Bo-Yi Wu
2023-04-16 12:16:16 +08:00
committed by GitHub
parent 952a6e3250
commit c209399d24
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/appleboy/drone-scp:1.6.9
FROM ghcr.io/appleboy/drone-scp:1.6.10
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh