From 57b9b3a567d2f175f250656ab76f5eca6b5f644f Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Thu, 18 Jun 2026 07:41:40 +0200 Subject: [PATCH] Use alpine:3.21 for deploy steps to fix OpenSSH key format --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d74e7af..c3ac062 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -31,7 +31,7 @@ steps: depends_on: [install] deploy-backend: - image: alpine + image: alpine:3.21 secrets: [staging_deploy_key] commands: - apk add --no-cache openssh-client @@ -48,7 +48,7 @@ steps: branch: main deploy-admin: - image: alpine + image: alpine:3.21 secrets: [staging_deploy_key] commands: - apk add --no-cache openssh-client