File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ substitutions:
2323
2424steps :
2525 # Create a container will all the development tools
26- - name : ' gcr.io/kaniko-project/executor:v1.23.1 '
26+ - name : ' gcr.io/kaniko-project/executor:v1.23.2 '
2727 args : [
2828 " --context=dir:///workspace/" ,
2929 " --dockerfile=ci/devtools.Dockerfile" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ substitutions:
2121
2222steps :
2323 # Create a container, use Kaniko to cache the temporary results.
24- - name : ' gcr.io/kaniko-project/executor:v1.23.1 '
24+ - name : ' gcr.io/kaniko-project/executor:v1.23.2 '
2525 args : [
2626 # Using a substitution here allows us to call this script from
2727 # the top-level directory, as Cloud Build does.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ substitutions:
2020 _CONTEXT : ' dir:///workspace/'
2121
2222steps :
23- - name : ' gcr.io/kaniko-project/executor:v1.23.1 '
23+ - name : ' gcr.io/kaniko-project/executor:v1.23.2 '
2424 args : [
2525 # Using a substitution here allows us to call this script from
2626 # the top-level directory, as Cloud Build does.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ substitutions:
2020 _CONTEXT : ' dir:///workspace/'
2121
2222steps :
23- - name : ' gcr.io/kaniko-project/executor:v1.23.1 '
23+ - name : ' gcr.io/kaniko-project/executor:v1.23.2 '
2424 args : [
2525 # Using a substitution here allows us to call this script from
2626 # the top-level directory, as Cloud Build does.
You can’t perform that action at this time.
0 commit comments