Skip to content

Commit 036cad7

Browse files
committed
chore: update drone-ssh to version 1.7.7
- Update drone-ssh Docker image version from `1.7.4` to `1.7.7` - Update DRONE_SSH_VERSION environment variable default from `1.7.4` to `1.7.7` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 71d43ea commit 036cad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/appleboy/drone-ssh:1.7.4
1+
FROM ghcr.io/appleboy/drone-ssh:1.7.7
22

33
COPY entrypoint.sh /bin/entrypoint.sh
44

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export GITHUB="true"
88

99
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
1010
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
11-
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.7.4}"
11+
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.7.7}"
1212

1313
function detect_client_info() {
1414
if [ -n "${SSH_CLIENT_OS-}" ]; then

0 commit comments

Comments
 (0)