1
0
mirror of https://githubfast.com/appleboy/ssh-action synced 2024-10-31 15:46:30 +00:00
ssh-action/Dockerfile
Bo-Yi Wu 1f3c338936
chore: update base image to 1.7.2 in Dockerfile
- Update the base image from `1.7.1` to `1.7.2` in the Dockerfile

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2024-01-01 14:22:41 +08:00

6 lines
112 B
Docker

FROM ghcr.io/appleboy/drone-ssh:1.7.2
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]