Skip to content

Commit 334be3f

Browse files
chore(deps): update vexxhost images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f949a00 commit 334be3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
from: ubuntu:22.04@sha256:3b06811b2afd352be909dd088a004166d665dc76d38b13eada33522a9d915c6f
2222
- name: ubuntu-cloud-archive
2323
image-name: python-base-ubuntu-cloud-archive
24-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:adfe798e904541eddbe87a2f93d813c553af94de43c7df3db0de383a3886a8b4
24+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:dc9f3efd244bf9e36b3646000b6747d8e7c05d7acf017f1c40180fe770d8a0c4
2525
- name: ubuntu-cloud-archive-legacy
2626
image-name: python-base
27-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:adfe798e904541eddbe87a2f93d813c553af94de43c7df3db0de383a3886a8b4
27+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.1@sha256:dc9f3efd244bf9e36b3646000b6747d8e7c05d7acf017f1c40180fe770d8a0c4
2828
- name: debian
2929
image-name: python-base-debian
3030
from: debian:bullseye@sha256:99cdf7792e25416bd801861ccd8e2fb27fb527b25e8d9a8704ebc3ead2015675

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ARG FROM
66
FROM ${FROM}
77
ENV PATH=/var/lib/openstack/bin:$PATH
88
RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \
9-
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:077f7ec16c55f6a09fc3fbd0f57e45f0cce48dbe4d2c234d7b7269d927f880d6,source=/bin,target=/build \
9+
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:9a9ac36f42cb2f9e3c59f1a033f9421699e74b99548bc72569d930fe59611454,source=/bin,target=/build \
1010
/build/install-bindep-packages

0 commit comments

Comments
 (0)