Skip to content

Commit 537d937

Browse files
authored
Merge pull request #132 from SovereignCloudStack/renovate/cso-builder-image
🌱 Update Builder Image group
2 parents 1aafd93 + a3facdd commit 537d937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/builder/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
# Install Lychee
2020
FROM docker.io/library/alpine:3.19.1@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as lychee
2121
# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
22-
ENV LYCHEE_VERSION="v0.14.3"
22+
ENV LYCHEE_VERSION="v0.15.1"
2323
# hadolint ignore=DL3018
2424
# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
25-
ENV LYCHEE_VERSION="v0.14.3"
25+
ENV LYCHEE_VERSION="v0.15.1"
2626
RUN apk add --no-cache curl && \
2727
curl -L -o /tmp/lychee-${LYCHEE_VERSION}.tgz https://github.com/lycheeverse/lychee/releases/download/${LYCHEE_VERSION}/lychee-${LYCHEE_VERSION}-x86_64-unknown-linux-gnu.tar.gz && \
2828
tar -xz -C /tmp -f /tmp/lychee-${LYCHEE_VERSION}.tgz && \
@@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
6060
# Install Golang CI Lint
6161
FROM docker.io/library/alpine:3.19.1@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as golangci
6262
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63-
ENV GOLANGCI_VERSION="v1.56.2"
63+
ENV GOLANGCI_VERSION="v1.58.0"
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:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint
7171

7272
# Install Trivy
73-
FROM docker.io/aquasec/trivy:0.49.1@sha256:026a1ab5714dd19ffde0aed18ac034d1d354f119d6e62330cd6522081dd74628 as trivy
73+
FROM docker.io/aquasec/trivy:0.51.1@sha256:b5617ed4b09b3b64b9d24bb01083509cf836243ca74e51adb7557de79efdeb46 as trivy
7474

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

0 commit comments

Comments
 (0)