Skip to content

Commit ccd6dcd

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

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:zed@sha256:b96d4de7e2dcc276a37048d5a020400393aed7ed08412189e01fe48b1ff9694e AS build
4+
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:fd2315b9a12aa7a7965f1d70605689c08c866b10f1bdf9f75a3decfeadd582a0 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 \
@@ -25,7 +25,7 @@ uv pip install \
2525
/src/senlin-dashboard
2626
EOF
2727

28-
FROM ghcr.io/vexxhost/python-base:zed@sha256:0090545d296b9e800270722e22b4e8c7d320e5b5c46c30ebaa698b76583576dc
28+
FROM ghcr.io/vexxhost/python-base:zed@sha256:b108d7e54ac02d1c902a2156593387d1273505ab5245c48ac5e0c9c1cfd12b5b
2929
RUN \
3030
groupadd -g 42424 horizon && \
3131
useradd -u 42424 -g 42424 -M -d /var/lib/horizon -s /usr/sbin/nologin -c "Horizon User" horizon && \

0 commit comments

Comments
 (0)