chore(deps): update alpine docker tag to v3.20
This commit is contained in:
parent
7796a011a3
commit
7dd38a54b0
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --update git
|
RUN apk add --update git
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user