From 6a8e6fa5efb06c88d97d01c7ada39682da6e0568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:15:57 +0000 Subject: [PATCH] chore(deps): update vexxhost images Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31a310c5..7ccd12b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,10 @@ jobs: from: ubuntu:22.04@sha256:3b06811b2afd352be909dd088a004166d665dc76d38b13eada33522a9d915c6f - name: ubuntu-cloud-archive image-name: python-base-ubuntu-cloud-archive - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:239321fd1b459d909761ae725e1ec3bf8038513e3ed79013dc38565a6aaf5ff3 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:b49038bc1d6081f0a8627a7ff245a0106659c0d935974a095100793651f1001b - name: ubuntu-cloud-archive-legacy image-name: python-base - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:239321fd1b459d909761ae725e1ec3bf8038513e3ed79013dc38565a6aaf5ff3 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:b49038bc1d6081f0a8627a7ff245a0106659c0d935974a095100793651f1001b - name: debian image-name: python-base-debian from: debian:bookworm@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931 diff --git a/Dockerfile b/Dockerfile index 450d610f..3a405e21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ ARG FROM FROM ${FROM} ENV PATH=/var/lib/openstack/bin:$PATH RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \ - --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:077f7ec16c55f6a09fc3fbd0f57e45f0cce48dbe4d2c234d7b7269d927f880d6,source=/bin,target=/build \ + --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:f678fdb5e19c07281b07d82cdb4d2d0caccc3a55886eba638e832869078925f6,source=/bin,target=/build \ /build/install-bindep-packages