Skip to content

Commit 4cb95c8

Browse files
authored
Merge pull request #302 from SovereignCloudStack/renovate/cso-builder-image
🌱 Update Builder Image group
2 parents aad52a2 + a7937ef commit 4cb95c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
6060
# Install Golang CI Lint
6161
FROM docker.io/library/alpine:3.22.0 AS golangci
6262
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63-
ENV GOLANGCI_VERSION="v2.1.6"
63+
ENV GOLANGCI_VERSION="v2.2.1"
6464
WORKDIR /
6565
# hadolint ignore=DL3018,DL4006
6666
RUN apk add --no-cache curl && \
@@ -70,7 +70,7 @@ 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.63.0 AS trivy
73+
FROM docker.io/aquasec/trivy:0.64.0 AS trivy
7474

7575
############################
7676
# CSO Build Image Base #

0 commit comments

Comments
 (0)