File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 0.2.3
1+ 0.2.4
Original file line number Diff line number Diff line change 3232 file : ./images/builder/Dockerfile
3333 context : ./images/builder
3434 push : true
35- tags : ghcr.io/sovereigncloudstack/csctl-builder:0.2.3
35+ tags : ghcr.io/sovereigncloudstack/csctl-builder:0.2.4
Original file line number Diff line number Diff line change 1919 if : github.event_name != 'pull_request_target' || !github.event.pull_request.draft
2020 runs-on : ubuntu-latest
2121 container :
22- image : ghcr.io/sovereigncloudstack/csctl-builder:0.2.3
22+ image : ghcr.io/sovereigncloudstack/csctl-builder:0.2.4
2323 credentials :
2424 username : ${{ github.actor }}
2525 password : ${{ secrets.github_token }}
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,9 +28,9 @@ 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
33- ENV GOLANGCI_VERSION="v2.7.2 "
33+ ENV GOLANGCI_VERSION="v2.8.0 "
3434WORKDIR /
3535# hadolint ignore=DL3018,DL4006
3636RUN apk add --no-cache curl && \
You can’t perform that action at this time.
0 commit comments