mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-12 12:38:08 +00:00
78e7f475f3
- Update the base image from `1.6.13` to `1.6.14` in the Dockerfile Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 lines
113 B
Docker
6 lines
113 B
Docker
FROM ghcr.io/appleboy/drone-scp:1.6.14
|
|
|
|
COPY entrypoint.sh /bin/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/bin/entrypoint.sh"]
|