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

Merged
nyyu merged 1 commit from renovate/alpine-3.x into main 2024-05-22 22:37:20 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7dd38a54b0 - Show all commits

View file

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