Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit bf3b2ee

Browse files
🌱 Update Builder Image group (#182)
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | aquasecurity/trivy | v0.51.4 | v0.52.2 | | docker | docker.io/lycheeverse/lychee | 0.14.3 | 0.15.1 | | github-tags | golangci/golangci-lint | v1.59.0 | v1.59.1 | | github-tags | kubernetes-sigs/cluster-api | v1.7.2 | v1.7.3 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
1 parent 2fd6937 commit bf3b2ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

images/builder/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
# If you make changes to this Dockerfile run `make builder-image-push`.
1818

1919
# Install Lychee
20-
FROM docker.io/lycheeverse/lychee:0.14.3 as lychee
20+
FROM docker.io/lycheeverse/lychee:0.15.1 as lychee
2121
# Install Hadolint
2222
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint
2323

2424
FROM cgr.dev/chainguard/wolfi-base:latest as wolfi
2525

2626
# update: datasource=github-tags depName=kubernetes-sigs/cluster-api
27-
ENV CLUSTERCTL_VERSION="v1.7.2"
27+
ENV CLUSTERCTL_VERSION="v1.7.3"
2828
# update: datasource=github-tags depName=golangci/golangci-lint
29-
ENV GOLANGCI_VERSION="v1.59.0"
29+
ENV GOLANGCI_VERSION="v1.59.1"
3030
# update: datasource=github-tags depName=kubernetes-sigs/kind
3131
ENV KIND_VERSION="v0.23.0"
3232
# update: datasource=github-tags depName=kubernetes/kubernetes
3333
ARG KUBECTL_VERSION="v1.27.3"
3434
# update: datasource=github-tags depName=kubernetes-sigs/kustomize extractVersion=^kustomize\/v(?<version>.+)$
3535
ENV KUSTOMIZE_VERSION="v5.3.0"
3636
# update: datasource=github-tags depName=aquasecurity/trivy
37-
ENV TRIVY_VERSION="v0.51.4"
37+
ENV TRIVY_VERSION="v0.52.2"
3838
# update: datasource=github-tags depName=kubernetes-sigs/controller-tools
3939
ENV CONTROLLER_GEN_VERSION="v0.15.0"
4040

0 commit comments

Comments
 (0)