From 9ccfb65c7798f9980f2b84bdfbb5969f509f5240 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 20 Oct 2024 23:27:24 -0400 Subject: [PATCH] Switch to version 0.0.1 --- .webhook_bridge/pipeline-build-hash.yaml | 2 +- .webhook_bridge/pipeline-format.yaml | 2 +- .webhook_bridge/pipeline-rust-clippy.yaml | 2 +- .webhook_bridge/pipeline-rust-test.yaml | 2 +- Cargo.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.webhook_bridge/pipeline-build-hash.yaml b/.webhook_bridge/pipeline-build-hash.yaml index 84c5499..d39f762 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 d523abe..ef67b10 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 0028d15..6833ebc 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 992358c..9d6b7f7 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)" diff --git a/Cargo.lock b/Cargo.lock index 9745805..73ba782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "poudboot" -version = "0.1.0" +version = "0.0.1" dependencies = [ "rusqlite", ]