File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717# If you make changes to this Dockerfile run `make builder-image-push`.
1818
1919# Install Lychee
20- FROM docker.io/library/alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 as lychee
20+ FROM docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as lychee
2121# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
2222ENV LYCHEE_VERSION="v0.15.1"
2323# hadolint ignore=DL3018
@@ -28,7 +28,7 @@ RUN apk add --no-cache curl && \
2828 rm -rf /tmp/linux-amd64 /tmp/lychee-${LYCHEE_VERSION}.tgz
2929
3030# Install Golang CI Lint
31- FROM docker.io/library/alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 as golangci
31+ FROM docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as golangci
3232# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
3333ENV GOLANGCI_VERSION="v2.7.2"
3434WORKDIR /
You can’t perform that action at this time.
0 commit comments