Skip to content

Commit

Permalink
🌱 Update Cso Image group to v1.23.6
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/golang | 1.23.5 | 1.23.6 |
  • Loading branch information
cluster-stack-bot[bot] authored Feb 10, 2025
1 parent b75f420 commit 1fd9bae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .builder-image-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.27
1.1.28
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 12 in .github/workflows/schedule-scan-image.yml

View workflow job for this annotation

GitHub Actions / Lint Pull Request

12:12 syntax error: could not find expected ':' (syntax)

Check failure on line 12 in .github/workflows/schedule-scan-image.yml

View workflow job for this annotation

GitHub Actions / Lint Pull Request

12:12 syntax error: could not find expected ':' (syntax)
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion images/cso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fd9bae

Please sign in to comment.