Skip to content

Commit b75f420

Browse files
authored
Merge pull request #270 from SovereignCloudStack/renovate/cso-builder-image
🌱 Update Builder Image group
2 parents 767656f + 89951e2 commit b75f420

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.builder-image-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.27
1+
1.1.27

.github/workflows/schedule-scan-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
scan:
99
name: Trivy
1010
runs-on: ubuntu-latest
11-
container:
11+
container
1212
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27
1313
credentials:
1414
username: ${{ github.actor }}

images/builder/Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# If you make changes to this Dockerfile run `make builder-image-push`.
1818

1919
# Install Lychee
20-
FROM docker.io/library/alpine:3.20.3 AS lychee
20+
FROM docker.io/library/alpine:3.21.2 AS lychee
2121
# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
2222
ENV LYCHEE_VERSION="v0.15.1"
2323
# hadolint ignore=DL3018
@@ -34,7 +34,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest AS wolfi
3434
# update: datasource=github-tags depName=kubernetes-sigs/cluster-api
3535
ARG CLUSTERCTL_VERSION="v1.8.1"
3636
# update: datasource=github-tags depName=helm/helm
37-
ENV HELM_VERSION="v3.16.3"
37+
ENV HELM_VERSION="v3.17.0"
3838
# update: datasource=github-tags depName=kubernetes-sigs/kind
3939
ARG KIND_VERSION="v0.24.0"
4040
# update: datasource=github-tags depName=kubernetes/kubernetes
@@ -58,9 +58,9 @@ RUN apk add -U --no-cache \
5858
trivy=~${TRIVY_VERSION#v}
5959

6060
# Install Golang CI Lint
61-
FROM docker.io/library/alpine:3.20.3 AS golangci
61+
FROM docker.io/library/alpine:3.21.2 AS golangci
6262
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63-
ENV GOLANGCI_VERSION="v1.62.2"
63+
ENV GOLANGCI_VERSION="v1.63.4"
6464
WORKDIR /
6565
# hadolint ignore=DL3018,DL4006
6666
RUN apk add --no-cache curl && \
@@ -70,12 +70,12 @@ RUN apk add --no-cache curl && \
7070
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 AS hadolint
7171

7272
# Install Trivy
73-
FROM docker.io/aquasec/trivy:0.57.1 AS trivy
73+
FROM docker.io/aquasec/trivy:0.58.2 AS trivy
7474

7575
############################
7676
# CSO Build Image Base #
7777
############################
78-
FROM docker.io/library/golang:1.23.3-bullseye
78+
FROM docker.io/library/golang:1.23.5-bullseye
7979

8080
# update: datasource=github-tags depName=adrienverge/yamllint versioning=semver
8181
ENV YAMLLINT_VERSION="v1.35.1"

0 commit comments

Comments
 (0)