From 1fd9bae64179c1be21790e5ec3e1f18dded05ab9 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:18:58 +0000 Subject: [PATCH] :seedling: Update Cso Image group to v1.23.6 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/golang | 1.23.5 | 1.23.6 | --- .builder-image-version.txt | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/schedule-scan-image.yml | 2 +- images/cso/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.builder-image-version.txt b/.builder-image-version.txt index 243e79a0..90906032 100644 --- a/.builder-image-version.txt +++ b/.builder-image-version.txt @@ -1 +1 @@ -1.1.27 \ No newline at end of file +1.1.28 diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index fd13f862..fd2e46ba 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -21,7 +21,7 @@ jobs: if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-latest container: - image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27 + image: ghcr.io/sovereigncloudstack/cso-builder:1.1.28 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/.github/workflows/schedule-scan-image.yml b/.github/workflows/schedule-scan-image.yml index 0d6ddca9..d47c6093 100644 --- a/.github/workflows/schedule-scan-image.yml +++ b/.github/workflows/schedule-scan-image.yml @@ -9,7 +9,7 @@ jobs: name: Trivy runs-on: ubuntu-latest container - image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27 + image: ghcr.io/sovereigncloudstack/cso-builder:1.1.28 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index 5489cbb1..1a71cf2c 100644 --- a/images/cso/Dockerfile +++ b/images/cso/Dockerfile @@ -15,7 +15,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.17.0 as helm # Build the manager binary -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.6-bullseye as build ARG TARGETOS TARGETARCH COPY . /src/cluster-stack-operator