diff --git a/.webhook_bridge/pipeline-build-hash.yaml b/.webhook_bridge/pipeline-build-hash.yaml index 218d8c3..85e3b92 100644 --- a/.webhook_bridge/pipeline-build-hash.yaml +++ b/.webhook_bridge/pipeline-build-hash.yaml @@ -87,7 +87,7 @@ spec: - name: DOCKERFILE value: $(params.path-to-dockerfile) - name: BUILDER_IMAGE - value: "gcr.io/kaniko-project/executor:v1.12.1" + value: "gcr.io/kaniko-project/executor:v1.23.2" - name: EXTRA_ARGS value: - "--destination=$(params.image-name)" # Also write the :latest image diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index ce07c3c..0dee1de 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -87,7 +87,7 @@ spec: - name: DOCKERFILE value: $(params.path-to-dockerfile) - name: BUILDER_IMAGE - value: "gcr.io/kaniko-project/executor:v1.12.1" + value: "gcr.io/kaniko-project/executor:v1.23.2" - name: EXTRA_ARGS value: - "--target=$(params.target-name)" diff --git a/.webhook_bridge/pipeline-rust-clippy.yaml b/.webhook_bridge/pipeline-rust-clippy.yaml index 05675ec..ceeb4f2 100644 --- a/.webhook_bridge/pipeline-rust-clippy.yaml +++ b/.webhook_bridge/pipeline-rust-clippy.yaml @@ -87,7 +87,7 @@ spec: - name: DOCKERFILE value: $(params.path-to-dockerfile) - name: BUILDER_IMAGE - value: "gcr.io/kaniko-project/executor:v1.12.1" + value: "gcr.io/kaniko-project/executor:v1.23.2" - name: EXTRA_ARGS value: - "--target=$(params.target-name)" diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index cf20e81..453a2a8 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -87,7 +87,7 @@ spec: - name: DOCKERFILE value: $(params.path-to-dockerfile) - name: BUILDER_IMAGE - value: "gcr.io/kaniko-project/executor:v1.12.1" + value: "gcr.io/kaniko-project/executor:v1.23.2" - name: EXTRA_ARGS value: - "--target=$(params.target-name)"