Skip to content

Commit

Permalink
chore: improve performance and test coverage across OSs
Browse files Browse the repository at this point in the history
- Update the Dockerfile to use drone-ssh version 1.6.14

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 4, 2023
1 parent c7d850f commit a01d3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/appleboy/drone-ssh:1.6.13
FROM ghcr.io/appleboy/drone-ssh:1.6.14

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit a01d3ea

Please sign in to comment.