diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 067a2237..e9826b88 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:377ba144b5f841d6464caa355867028c0b203fc71aaa42f8af5175d060f175a5 - 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:377ba144b5f841d6464caa355867028c0b203fc71aaa42f8af5175d060f175a5 - name: debian image-name: python-base-debian from: debian:bullseye@sha256:6f519a81440354a85eb592c5f32109ab80605f6b892455983a6f618bf87fabe9 diff --git a/Dockerfile b/Dockerfile index d4b68ae3..10342179 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,5 @@ if [ "$ID" = debian ] && [ "${VERSION_CODENAME:-}" = bullseye ]; then fi EOF 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:48b22d3007eac14c33f4481d840e027eb723e6019b1ce9f33f7a19c02901bdc9,source=/bin,target=/build \ /build/install-bindep-packages