From 03341e7f8b1f480c99b9c9e4048a39e93c989bf8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 May 2025 21:00:10 +0200 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- .woodpecker/.linux.yml | 2 +- .woodpecker/.mingw.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.linux.yml b/.woodpecker/.linux.yml index 14be698..d64a140 100644 --- a/.woodpecker/.linux.yml +++ b/.woodpecker/.linux.yml @@ -18,7 +18,7 @@ steps: - event: push branch: ${CI_REPO_DEFAULT_BRANCH} deploy: - image: alpine:3.21 + image: alpine:3.22 pull: true commands: - apk add --no-cache curl diff --git a/.woodpecker/.mingw.yml b/.woodpecker/.mingw.yml index ddc9d02..63eda67 100644 --- a/.woodpecker/.mingw.yml +++ b/.woodpecker/.mingw.yml @@ -21,7 +21,7 @@ steps: - event: push branch: ${CI_REPO_DEFAULT_BRANCH} deploy: - image: alpine:3.21 + image: alpine:3.22 pull: true commands: - apk add --no-cache curl