chore(deps): update alpine docker tag to v3.21
This commit is contained in:
parent
3966173712
commit
9696e2b64b
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ variables:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: alpine:3.20
|
image: alpine:3.21
|
||||||
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.20
|
FROM alpine:3.21
|
||||||
|
|
||||||
RUN apk add --update git
|
RUN apk add --update git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue