mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01: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>
5 lines
112 B
Docker
5 lines
112 B
Docker
FROM ghcr.io/appleboy/drone-ssh:1.7.2
|
|
|
|
COPY entrypoint.sh /bin/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/bin/entrypoint.sh"]
|