Skip to content

Commit add7d80

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /src
66
COPY --from=ovsinit-src / /src
77
RUN cargo install --path .
88

9-
FROM ghcr.io/vexxhost/openstack-venv-builder:main@sha256:336ba4260920dd0c401f4c11023ebee4752e90e49ef63f9840fb5dde0d0b3a9b AS build
9+
FROM ghcr.io/vexxhost/openstack-venv-builder:main@sha256:a057f72af097221d92ee4839b9d27b3aa5063ca41da13d8d7846d4b0a35c2f92 AS build
1010
RUN \
1111
--mount=type=bind,from=neutron,source=/,target=/src/neutron,readwrite \
1212
--mount=type=bind,from=neutron-dynamic-routing,source=/,target=/src/neutron-dynamic-routing,readwrite \
@@ -29,7 +29,7 @@ uv pip install \
2929
pymemcache
3030
EOF
3131

32-
FROM ghcr.io/vexxhost/python-base:main@sha256:f42d87d0d471ab52c9ca66efa9d976911ac516f8ce7f0734a91fe249db834658
32+
FROM ghcr.io/vexxhost/python-base:main@sha256:bd4686739e93c44c1550e6a9de8afea384fbb6df43e25ece7f3d6d2a47a73778
3333
RUN \
3434
groupadd -g 42424 neutron && \
3535
useradd -u 42424 -g 42424 -M -d /var/lib/neutron -s /usr/sbin/nologin -c "Neutron User" neutron && \

0 commit comments

Comments
 (0)