chore(deps): update alpine docker tag to v3.20 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-23 01:46:50 +01:00 committed by GitHub
parent cee1ed0ed8
commit 934990f36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ variables:
steps: steps:
lint: lint:
image: alpine:3.19 image: alpine:3.20
commands: commands:
- apk add -U shellcheck - apk add -U shellcheck
- shellcheck -e SC3040 -e SC3010 -e SC3037 -e SC3020 -e SC2162 *.sh - shellcheck -e SC3040 -e SC3010 -e SC3037 -e SC3020 -e SC2162 *.sh

View file

@ -1,4 +1,4 @@
FROM alpine:3.19 FROM alpine:3.20
RUN apk add --update git RUN apk add --update git