From 766a85fbdaa8d41ab6f805466b5315b55d185870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:26:41 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- .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 990d403..0b99333 100644 --- a/.woodpecker/test-release.yaml +++ b/.woodpecker/test-release.yaml @@ -25,7 +25,7 @@ variables: steps: lint: - image: alpine:3.19 + image: alpine:3.20 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 04da7e1..ce54295 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --update git