Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-07 01:02:56 +00:00
commit f18f7b067c
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ variables:
steps:
lint:
image: alpine:3.20
image: alpine:3.21
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.20
FROM alpine:3.21
RUN apk add --update git