Skip to content

Commit 4c9c631

Browse files
authored
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.23.2 (#368)
1 parent 777dd64 commit 4c9c631

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ substitutions:
2323

2424
steps:
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",

cloud-run-hello-world/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ substitutions:
2121

2222
steps:
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.

getting-started/gke/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ substitutions:
2020
_CONTEXT: 'dir:///workspace/'
2121

2222
steps:
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.

populate-bucket/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ substitutions:
2020
_CONTEXT: 'dir:///workspace/'
2121

2222
steps:
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.

0 commit comments

Comments
 (0)