From 666adf8a2fb9a10712bb680921eb3b8f91b8b443 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 00:00:09 +0100 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 --- .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 a95b214..757c884 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.20 + image: alpine:3.21 pull: true commands: - apk add --no-cache curl diff --git a/.woodpecker/.mingw.yml b/.woodpecker/.mingw.yml index 88e0003..5e088fd 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.20 + image: alpine:3.21 pull: true commands: - apk add --no-cache curl