diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63af9bb7..055730f1 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:2023.1@sha256:adfe798e904541eddbe87a2f93d813c553af94de43c7df3db0de383a3886a8b4 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:d4277e642091dfd64c0a1d4d19dc436a919fa638477569ba4c0260aa2ee0238f - name: ubuntu-cloud-archive-legacy image-name: python-base - from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:adfe798e904541eddbe87a2f93d813c553af94de43c7df3db0de383a3886a8b4 + from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:d4277e642091dfd64c0a1d4d19dc436a919fa638477569ba4c0260aa2ee0238f - name: debian image-name: python-base-debian from: debian:bullseye@sha256:6f519a81440354a85eb592c5f32109ab80605f6b892455983a6f618bf87fabe9 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