File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.1.21
1+ 1.1.22
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.21
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.22
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.21
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.22
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.16.2 as helm
15+ FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.16.3 as helm
1616
1717# Build the manager binary
18- FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.2 -bullseye as build
18+ FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3 -bullseye as build
1919ARG TARGETOS TARGETARCH
2020
2121COPY . /src/cluster-stack-operator
You can’t perform that action at this time.
0 commit comments