Skip to content

Commit

Permalink
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.1…
Browse files Browse the repository at this point in the history
…5.0 (#246)
  • Loading branch information
renovate-bot committed Aug 30, 2023
1 parent cf3dc4e commit f7cdddb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.14.0'
- name: 'gcr.io/kaniko-project/executor:v1.15.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.14.0'
- name: 'gcr.io/kaniko-project/executor:v1.15.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.14.0'
- name: 'gcr.io/kaniko-project/executor:v1.15.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.14.0'
- name: 'gcr.io/kaniko-project/executor:v1.15.0'
args: [
# Using a substitution here allows us to call this script from
# the top-level directory, as Cloud Build does.
Expand Down

0 comments on commit f7cdddb

Please sign in to comment.