diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 3d2f0e82..c4b6939a 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -22,7 +22,7 @@ jobs: if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-latest container: - image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.1 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.2 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/.github/workflows/schedule-scan-image.yaml b/.github/workflows/schedule-scan-image.yaml index 3024769e..9dd84b1f 100644 --- a/.github/workflows/schedule-scan-image.yaml +++ b/.github/workflows/schedule-scan-image.yaml @@ -9,7 +9,7 @@ jobs: name: Trivy runs-on: ubuntu-latest container: - image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.1 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.2 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index 1d8ccd9a..3b2f297d 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -24,19 +24,19 @@ FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6 FROM cgr.dev/chainguard/wolfi-base:latest as wolfi # update: datasource=github-tags depName=kubernetes-sigs/cluster-api -ENV CLUSTERCTL_VERSION="v1.6.3" +ENV CLUSTERCTL_VERSION="v1.7.2" # update: datasource=github-tags depName=golangci/golangci-lint -ENV GOLANGCI_VERSION="v1.57.2" +ENV GOLANGCI_VERSION="v1.59.0" # update: datasource=github-tags depName=kubernetes-sigs/kind -ENV KIND_VERSION="v0.22.0" +ENV KIND_VERSION="v0.23.0" # update: datasource=github-tags depName=kubernetes/kubernetes ARG KUBECTL_VERSION="v1.27.3" # update: datasource=github-tags depName=kubernetes-sigs/kustomize extractVersion=^kustomize\/v(?.+)$ ENV KUSTOMIZE_VERSION="v5.3.0" # update: datasource=github-tags depName=aquasecurity/trivy -ENV TRIVY_VERSION="v0.49.1" +ENV TRIVY_VERSION="v0.51.4" # update: datasource=github-tags depName=kubernetes-sigs/controller-tools -ENV CONTROLLER_GEN_VERSION="v0.14.0" +ENV CONTROLLER_GEN_VERSION="v0.15.0" # hadolint ignore=DL3018 RUN apk add -U --no-cache \