Skip to content

Commit

Permalink
🌱 Update Cso Image group
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/alpine/helm    | 3.16.2 | 3.16.3 |
| docker     | docker.io/library/golang | 1.23.2 | 1.23.3 |
  • Loading branch information
cluster-stack-bot[bot] authored Nov 17, 2024
1 parent f329563 commit 3a1db56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.21
1.1.22
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.21
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.22
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.21
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.22
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
4 changes: 2 additions & 2 deletions images/cso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.16.2 as helm
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.16.3 as helm

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.2-bullseye as build
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build
ARG TARGETOS TARGETARCH

COPY . /src/cluster-stack-operator
Expand Down

0 comments on commit 3a1db56

Please sign in to comment.