Skip to content

Commit 714fc34

Browse files
🌱 Update Builder Image group
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | adrienverge/yamllint | v1.35.1 | v1.37.1 | | docker | docker.io/aquasec/trivy | 0.59.1 | 0.67.0 | | docker | docker.io/hadolint/hadolint | v2.12.0 | v2.14.0 | | docker | docker.io/library/alpine | 3.21.3 | 3.22.1 | | github-tags | golangci/golangci-lint | v1.64.5 | v2.5.0 |
1 parent 7300a64 commit 714fc34

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

.github/workflows/builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
file: ./images/builder/Dockerfile
3333
context: ./images/builder
3434
push: true
35-
tags: ghcr.io/sovereigncloudstack/csctl-builder:0.2.2
35+
tags: ghcr.io/sovereigncloudstack/csctl-builder:0.2.3

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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.2
22+
image: ghcr.io/sovereigncloudstack/csctl-builder:0.2.3
2323
credentials:
2424
username: ${{ github.actor }}
2525
password: ${{ secrets.github_token }}

images/builder/Dockerfile

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

1919
# Install Lychee
20-
FROM docker.io/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as lychee
20+
FROM docker.io/library/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as lychee
2121
# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
2222
ENV LYCHEE_VERSION="v0.15.1"
2323
# hadolint ignore=DL3018
@@ -28,19 +28,19 @@ 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.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as golangci
31+
FROM docker.io/library/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as golangci
3232
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
33-
ENV GOLANGCI_VERSION="v1.64.5"
33+
ENV GOLANGCI_VERSION="v2.5.0"
3434
WORKDIR /
3535
# hadolint ignore=DL3018,DL4006
3636
RUN apk add --no-cache curl && \
3737
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s ${GOLANGCI_VERSION}
3838

3939
# Install Hadolint
40-
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 as hadolint
40+
FROM docker.io/hadolint/hadolint:v2.14.0-alpine@sha256:7aba693c1442eb31c0b015c129697cb3b6cb7da589d85c7562f9deb435a6657c as hadolint
4141

4242
# Install Trivy
43-
FROM docker.io/aquasec/trivy:0.59.1@sha256:029e990b328d149bf0a9ffe355919041e1f86192db2df47e217f8a36dd42ceac as trivy
43+
FROM docker.io/aquasec/trivy:0.67.0@sha256:94711c60051c6cab848a292e3a67f62623fcee361b2bb661f43b17184f4afdac as trivy
4444

4545
############################
4646
# csctl Build Image Base #
@@ -50,7 +50,7 @@ FROM docker.io/library/golang:1.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f8
5050
# update: datasource=repology depName=debian_11/skopeo versioning=loose
5151
ENV SKOPEO_VERSION="1.2.2+dfsg1-1+b6"
5252
# update: datasource=github-tags depName=adrienverge/yamllint versioning=semver
53-
ENV YAMLLINT_VERSION="v1.35.1"
53+
ENV YAMLLINT_VERSION="v1.37.1"
5454
# update: datasource=github-tags depName=opt-nc/yamlfixer versioning=semver
5555
ENV YAMLFIXER_VERSION="0.9.15"
5656

0 commit comments

Comments
 (0)