diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71b7d383..6e8cb25a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,10 @@ jobs: from: ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 - name: ubuntu-cloud-archive image-name: python-base-ubuntu-cloud-archive - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:53692640ab0912161d706797c4807e3d3308b712e40e65e83f5d1d2fbbd464c0 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:c2333105899551f3d343c6ce01b598320f5a9516abab2e241400ce75bc83cf17 - name: ubuntu-cloud-archive-legacy image-name: python-base - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:53692640ab0912161d706797c4807e3d3308b712e40e65e83f5d1d2fbbd464c0 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:c2333105899551f3d343c6ce01b598320f5a9516abab2e241400ce75bc83cf17 - name: debian image-name: python-base-debian from: debian:trixie@sha256:f324c7ff54321e8d9c588493a20244965938ce0aa50bbd1022d38010e9ffc4b1 diff --git a/Dockerfile b/Dockerfile index 450d610f..607e43e4 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:f5e4fdd7e12998926d100a90a9b0084d37331cd98ecb739be053516cde28d3df,source=/bin,target=/build \ /build/install-bindep-packages