diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 681a18e7..d0dce982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,10 @@ jobs: from: ubuntu:22.04@sha256:2edbbc5dc405e9612ba3584ce95480277e3eb374407b5505fe26f17df77c7dbc - name: ubuntu-cloud-archive image-name: python-base-ubuntu-cloud-archive - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2024.1@sha256:e32fbc4c60ad51cfd085fc54fabf51e4790ea4256e2a025f337ab10f5664def7 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2024.1@sha256:7d4059330da56d38a2042f5ce52ffcb1f211783d116f0b1fc39e7ff41a0ec5ae - name: ubuntu-cloud-archive-legacy image-name: python-base - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2024.1@sha256:e32fbc4c60ad51cfd085fc54fabf51e4790ea4256e2a025f337ab10f5664def7 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2024.1@sha256:7d4059330da56d38a2042f5ce52ffcb1f211783d116f0b1fc39e7ff41a0ec5ae - name: debian image-name: python-base-debian from: debian:bookworm@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931 diff --git a/Dockerfile b/Dockerfile index 88e0c50f..db389e11 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:6f0315fc694dfeeba7b40cdc1d1c690369efec8226b7abbe3981a6b61247e8bf,source=/bin,target=/build \ + --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:5745b467b63140f02fb3947e7cee8005fffb43ceed29302c6b11c73eb5ba41ac,source=/bin,target=/build \ /build/install-bindep-packages