Skip to content

Commit

Permalink
Update the kaniko executor image version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
withlin authored and tekton-robot committed Nov 14, 2019
1 parent 15e3bd2 commit 4f30e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
type: image
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v0.13.0
image: gcr.io/kaniko-project/executor:v0.14.0
# specifying DOCKER_CONFIG is required to allow kaniko to detect docker credential
env:
- name: "DOCKER_CONFIG"
Expand Down

0 comments on commit 4f30e8f

Please sign in to comment.