chore(deps): update alpine docker tag to v3.21
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful
ci/woodpecker/push/linux Pipeline was successful

This commit is contained in:
Renovate Bot 2024-12-06 00:00:09 +01:00
parent f29c8cd7a4
commit 666adf8a2f
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ steps:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
deploy: deploy:
image: alpine:3.20 image: alpine:3.21
pull: true pull: true
commands: commands:
- apk add --no-cache curl - apk add --no-cache curl

View file

@ -21,7 +21,7 @@ steps:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
deploy: deploy:
image: alpine:3.20 image: alpine:3.21
pull: true pull: true
commands: commands:
- apk add --no-cache curl - apk add --no-cache curl