Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
b7897989c1
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,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 gcr.io/kaniko-project/executor:v1.22.0-debug
|
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||||
|
|
||||||
ENV HOME=/root
|
ENV HOME=/root
|
||||||
ENV USER=root
|
ENV USER=root
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --update git
|
RUN apk add --update git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue