File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.1.9
1+ 1.1.10
Original file line number Diff line number Diff line change 2121 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.9
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.10
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 99 name : Trivy
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.9
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.10
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1717# If you make changes to this Dockerfile run `make builder-image-push`.
1818
1919# Install Lychee
20- FROM docker.io/library/alpine:3.19.1 @sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as lychee
20+ FROM docker.io/library/alpine:3.20.0 @sha256:216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b as lychee
2121# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
2222ENV LYCHEE_VERSION="v0.15.1"
2323# hadolint ignore=DL3018
@@ -58,7 +58,7 @@ RUN apk add -U --no-cache \
5858 trivy=~${TRIVY_VERSION#v}
5959
6060# Install Golang CI Lint
61- FROM docker.io/library/alpine:3.19.1 @sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as golangci
61+ FROM docker.io/library/alpine:3.20.0 @sha256:216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b as golangci
6262# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
6363ENV GOLANGCI_VERSION="v1.59.0"
6464WORKDIR /
@@ -70,7 +70,7 @@ RUN apk add --no-cache curl && \
7070FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint
7171
7272# Install Trivy
73- FROM docker.io/aquasec/trivy:0.51.1 @sha256:b5617ed4b09b3b64b9d24bb01083509cf836243ca74e51adb7557de79efdeb46 as trivy
73+ FROM docker.io/aquasec/trivy:0.51.4 @sha256:20a7c9cd02841a3d8d2a2506b93502a944adc57a3db9adf75b59266023b2af1e as trivy
7474
7575# ###########################
7676# CSO Build Image Base #
You can’t perform that action at this time.
0 commit comments