From 8e92fac718083bb3cad1dca5f24317a980be7e1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:18:52 +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 c5811f54..1b794385 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: labels: ${{ steps.workflow-run-info.outputs.pullRequestLabels }} services: buildkitd: - image: moby/buildkit:v0.12.2 + image: moby/buildkit:v0.12.3 options: --privileged ports: - 1234:1234 @@ -98,7 +98,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.12.2 + image: moby/buildkit:v0.12.3 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 15ce0a59..49ca83db 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.12.2 + image: moby/buildkit:v0.12.3 options: --privileged ports: - 1234:1234 diff --git a/nvidia-gpu/vars.yaml b/nvidia-gpu/vars.yaml index bc6278e8..4b1b7222 100644 --- a/nvidia-gpu/vars.yaml +++ b/nvidia-gpu/vars.yaml @@ -8,7 +8,7 @@ CONTAINER_TOOLKIT_REF: 6b8589dcb4dead72ab64f14a5912886e6165c079 LIBNVIDIA_CONTAINER_VERSION: v1.13.5 LIBNVIDIA_CONTAINER_REF: 66607bd046341f7aad7de80a9f022f122d1f2fce # renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base -WOLFI_BASE_REF: sha256:f73a3360466ecc4d6df3f451d7d5c4c49663096e158848ddbc9603c52a47bffe +WOLFI_BASE_REF: sha256:5fd82be4dfccc650c1985d57847f1af556bf23a8a5d86ec5fddf7d417ab147a4 # renovate: datasource=github-tags extractVersion=^go(?.*)$ depName=golang/go GLIBC_VERSION: 2.38 # renovate: datasource=github-tags extractVersion=^v(?.*)$ depName=seccomp/libseccomp