From 10db4e98fd089ec8496cadc15cb5dd327787f7c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:20:33 +0000 Subject: [PATCH] chore: update container images --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/weekly.yaml | 2 +- nvidia-gpu/vars.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79e19634..1a3a9402 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.15.2 + image: moby/buildkit:v0.16.0 options: --privileged ports: - 1234:1234 @@ -143,7 +143,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.15.2 + image: moby/buildkit:v0.16.0 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index f3c67fe3..246aad4b 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.15.2 + image: moby/buildkit:v0.16.0 options: --privileged ports: - 1234:1234 diff --git a/nvidia-gpu/vars.yaml b/nvidia-gpu/vars.yaml index 6b701c52..14e5b1f4 100644 --- a/nvidia-gpu/vars.yaml +++ b/nvidia-gpu/vars.yaml @@ -10,7 +10,7 @@ CONTAINER_TOOLKIT_REF: a470818ba7d9166be282cd0039dd2fc9b0a34d73 LIBNVIDIA_CONTAINER_VERSION: v1.16.1 LIBNVIDIA_CONTAINER_REF: 4c2494f16573b585788a42e9c7bee76ecd48c73d # renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base -WOLFI_BASE_REF: sha256:72c8bfed3266b2780243b144dc5151150015baf5a739edbbde53d154574f1607 +WOLFI_BASE_REF: sha256:7574456f268bc839ac78828865087c04a4297ca226b0eb5d051d4222e7690081 # renovate: datasource=git-tags extractVersion=^glibc-(?.*)$ depName=https://sourceware.org/git/glibc.git GLIBC_VERSION: 2.40 # renovate: datasource=github-tags extractVersion=^v(?.*)$ depName=seccomp/libseccomp