fix(ssh): OpenSSH 8.8+ RSA keys incompatibility

See: https://github.com/appleboy/drone-scp/issues/130
This commit is contained in:
Bo-Yi Wu 2022-06-15 22:06:41 +08:00
parent b3f8d37ead
commit 233f762873
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM appleboy/drone-scp:1.6.3-linux-amd64 FROM appleboy/drone-scp:1.6.4-linux-amd64
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh