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