Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ substitutions:

steps:
# Create a container will all the development tools
- name: 'gcr.io/kaniko-project/executor:v1.23.2'
- name: 'gcr.io/kaniko-project/executor:v1.24.0'
args: [
"--context=dir:///workspace/",
"--dockerfile=ci/devtools.Dockerfile",
Expand Down
2 changes: 1 addition & 1 deletion cloud-run-hello-world/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ substitutions:

steps:
# Create a container, use Kaniko to cache the temporary results.
- name: 'gcr.io/kaniko-project/executor:v1.23.2'
- name: 'gcr.io/kaniko-project/executor:v1.24.0'
args: [
# Using a substitution here allows us to call this script from
# the top-level directory, as Cloud Build does.
Expand Down
2 changes: 1 addition & 1 deletion getting-started/gke/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ substitutions:
_CONTEXT: 'dir:///workspace/'

steps:
- name: 'gcr.io/kaniko-project/executor:v1.23.2'
- name: 'gcr.io/kaniko-project/executor:v1.24.0'
args: [
# Using a substitution here allows us to call this script from
# the top-level directory, as Cloud Build does.
Expand Down
2 changes: 1 addition & 1 deletion populate-bucket/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ substitutions:
_CONTEXT: 'dir:///workspace/'

steps:
- name: 'gcr.io/kaniko-project/executor:v1.23.2'
- name: 'gcr.io/kaniko-project/executor:v1.24.0'
args: [
# Using a substitution here allows us to call this script from
# the top-level directory, as Cloud Build does.
Expand Down