mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-12-19 20:29:05 +00:00
1f3c338936
- 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>
6 lines
112 B
Docker
6 lines
112 B
Docker
FROM ghcr.io/appleboy/drone-ssh:1.7.2
|
|
|
|
COPY entrypoint.sh /bin/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/bin/entrypoint.sh"]
|