From ef195cd4dfd32f14d37d770efed6ec56aaea45bf Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 29 Sep 2024 04:48:25 -0400 Subject: [PATCH] Update to alpine 3.20. --- .webhook_bridge/pipeline-build.yaml | 2 +- .webhook_bridge/pipeline-format.yaml | 8 ++++---- .webhook_bridge/pipeline-rust-clippy.yaml | 8 ++++---- .webhook_bridge/pipeline-rust-test.yaml | 8 ++++---- .webhook_bridge/pipeline-semver.yaml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.webhook_bridge/pipeline-build.yaml b/.webhook_bridge/pipeline-build.yaml index 330f212..b94dee7 100644 --- a/.webhook_bridge/pipeline-build.yaml +++ b/.webhook_bridge/pipeline-build.yaml @@ -25,7 +25,7 @@ spec: taskSpec: metadata: {} stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index 1c18e3d..97b8b58 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -111,9 +111,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m @@ -241,9 +241,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m diff --git a/.webhook_bridge/pipeline-rust-clippy.yaml b/.webhook_bridge/pipeline-rust-clippy.yaml index f666a34..116c573 100644 --- a/.webhook_bridge/pipeline-rust-clippy.yaml +++ b/.webhook_bridge/pipeline-rust-clippy.yaml @@ -111,9 +111,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m @@ -220,9 +220,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index 318021f..3345feb 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -111,9 +111,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m @@ -210,9 +210,9 @@ spec: - name: docker-image type: string description: Docker image to run. - default: alpine:3.19 + default: alpine:3.20 stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m diff --git a/.webhook_bridge/pipeline-semver.yaml b/.webhook_bridge/pipeline-semver.yaml index 19897ec..20371fb 100644 --- a/.webhook_bridge/pipeline-semver.yaml +++ b/.webhook_bridge/pipeline-semver.yaml @@ -33,7 +33,7 @@ spec: taskSpec: metadata: {} stepTemplate: - image: alpine:3.19 + image: alpine:3.20 computeResources: requests: cpu: 10m