From 838819b533b8a4e757186d3f64475c35b34f48d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 02:02:06 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- .woodpecker/test-release.yaml | 2 +- Dockerfile.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test-release.yaml b/.woodpecker/test-release.yaml index 15d07d7..958e5f6 100644 --- a/.woodpecker/test-release.yaml +++ b/.woodpecker/test-release.yaml @@ -25,7 +25,7 @@ variables: steps: lint: - image: alpine:3.21 + image: alpine:3.22 commands: - apk add -U shellcheck - shellcheck -e SC3040 -e SC3010 -e SC3037 -e SC3020 -e SC2162 *.sh diff --git a/Dockerfile.test b/Dockerfile.test index c231834..6467329 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 RUN apk add --update git