Skip to content

Commit

Permalink
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1 (#…
Browse files Browse the repository at this point in the history
…10903)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent c43ec60 commit 4bffe78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
steps:

- id: "docker:celotool"
name: gcr.io/kaniko-project/executor:v0.16.0
name: gcr.io/kaniko-project/executor:v1.23.1
args: [
"--dockerfile=dockerfiles/celotool/Dockerfile",
"--cache=true",
Expand All @@ -13,7 +13,7 @@ steps:
waitFor: ['-']

- id: "docker:cli"
name: gcr.io/kaniko-project/executor:v0.16.0
name: gcr.io/kaniko-project/executor:v1.23.1
args: [
"--dockerfile=dockerfiles/cli/Dockerfile",
"--cache=true",
Expand Down

0 comments on commit 4bffe78

Please sign in to comment.