diff --git a/ci/cloudbuild.yaml b/ci/cloudbuild.yaml index 591299b..8b4d3db 100644 --- a/ci/cloudbuild.yaml +++ b/ci/cloudbuild.yaml @@ -23,7 +23,7 @@ substitutions: steps: # Create a container will all the development tools - - name: 'gcr.io/kaniko-project/executor:v1.13.0' + - name: 'gcr.io/kaniko-project/executor:v1.14.0' args: [ "--context=dir:///workspace/", "--dockerfile=ci/devtools.Dockerfile", diff --git a/cloud-run-hello-world/cloudbuild.yaml b/cloud-run-hello-world/cloudbuild.yaml index cec62a4..5b17951 100644 --- a/cloud-run-hello-world/cloudbuild.yaml +++ b/cloud-run-hello-world/cloudbuild.yaml @@ -21,7 +21,7 @@ substitutions: steps: # Create a container, use Kaniko to cache the temporary results. - - name: 'gcr.io/kaniko-project/executor:v1.13.0' + - name: 'gcr.io/kaniko-project/executor:v1.14.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does. diff --git a/getting-started/gke/cloudbuild.yaml b/getting-started/gke/cloudbuild.yaml index cd35cdc..0a784bc 100644 --- a/getting-started/gke/cloudbuild.yaml +++ b/getting-started/gke/cloudbuild.yaml @@ -20,7 +20,7 @@ substitutions: _CONTEXT: 'dir:///workspace/' steps: - - name: 'gcr.io/kaniko-project/executor:v1.13.0' + - name: 'gcr.io/kaniko-project/executor:v1.14.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does. diff --git a/populate-bucket/cloudbuild.yaml b/populate-bucket/cloudbuild.yaml index cf7520e..b64c113 100644 --- a/populate-bucket/cloudbuild.yaml +++ b/populate-bucket/cloudbuild.yaml @@ -20,7 +20,7 @@ substitutions: _CONTEXT: 'dir:///workspace/' steps: - - name: 'gcr.io/kaniko-project/executor:v1.13.0' + - name: 'gcr.io/kaniko-project/executor:v1.14.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does.