Skip to content

Commit 8b9684a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

4-
FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2@sha256:20b3e34f2a1e4ab343f732e0bb68b41aa979ab459b890f127f4f138312602a51 AS build
4+
FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2@sha256:228fd0cb8b59dedaa3a1706e39b8bca7595696bb11f446618b487d5dad097525 AS build
55
RUN \
66
--mount=type=bind,from=horizon,source=/,target=/src/horizon,readwrite \
77
--mount=type=bind,from=designate-dashboard,source=/,target=/src/designate-dashboard,readwrite \
@@ -24,7 +24,7 @@ uv pip install \
2424
pymemcache
2525
EOF
2626

27-
FROM ghcr.io/vexxhost/python-base:2024.2@sha256:2b4b48326c9147fb3e54847ccb370e8afafdda5b86ea080efd53c93e596a47ee
27+
FROM ghcr.io/vexxhost/python-base:2024.2@sha256:77b97086919e4b7b834311de311bf2d60cec18d9e45c04978408c4335eed4bd5
2828
RUN \
2929
groupadd -g 42424 horizon && \
3030
useradd -u 42424 -g 42424 -M -d /var/lib/horizon -s /usr/sbin/nologin -c "Horizon User" horizon && \

0 commit comments

Comments
 (0)