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

This commit is contained in:
Renovate Bot 2024-05-22 22:02:08 +02:00
parent 7796a011a3
commit 7dd38a54b0
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,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

View File

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