We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4538ea commit d77cfa6Copy full SHA for d77cfa6
1 file changed
Dockerfile
@@ -6,5 +6,5 @@ ARG FROM
6
FROM ${FROM}
7
ENV PATH=/var/lib/openstack/bin:$PATH
8
RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \
9
- --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:f8a876946eb3b8e648a5b1dcfabf1d06e9f787711bb1ec12d0d017d3d991a09b,source=/bin,target=/build \
+ --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:077f7ec16c55f6a09fc3fbd0f57e45f0cce48dbe4d2c234d7b7269d927f880d6,source=/bin,target=/build \
10
/build/install-bindep-packages
0 commit comments