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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 198f621 commit 5ed1aae
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.21.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.21.1
args: [
"--dockerfile=dockerfiles/cli/Dockerfile",
"--cache=true",
Expand Down

0 comments on commit 5ed1aae

Please sign in to comment.