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