Skip to content

Commit 302a382

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

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.1@sha256:e09b94754200d65c23ac248edf0241ed14dc660c30b1fa5e8bf2cbdc5c112450 AS build
4+
FROM ghcr.io/vexxhost/openstack-venv-builder:2024.1@sha256:e19c95a40fd0b9428f994001adb9422f1b5c902df270c9e67c9427abad88e477 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.1@sha256:bc66447533e35897ba2e93ab99b6321ad8ec1d753dcce6e34cd84e6a4c1de31e
27+
FROM ghcr.io/vexxhost/python-base:2024.1@sha256:7c9f1b924ab27bd5ff1cd47c751de5ad93d862f804707d126e5af5f4dafa73ec
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)