Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
# SPDX-License-Identifier: GPL-3.0-or-later

FROM ghcr.io/vexxhost/openstack-venv-builder:2023.1@sha256:fccaf01127bbcc8bc91df6500ed52d486dfc2eec5980193d9f786ffcbc314f1a AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2023.1@sha256:4c2eb995ed98f355cb25dcf789916beb1533383d14e8cc73d93587c4194e2375 AS build
COPY <<EOF uv.toml
build-constraint-dependencies = ["setuptools<80"]
EOF
Expand All @@ -28,7 +28,7 @@ uv pip install \
setuptools
EOF

FROM ghcr.io/vexxhost/python-base:2023.1@sha256:9007cc25813927df6818229e1bac236307fb71440faa1607a9ffbcca5e2ab9c0
FROM ghcr.io/vexxhost/python-base:2023.1@sha256:b261ed4256485c7585c5e26ebac3ac4bbe026c4ceab98b930422a4e37894dbaf
RUN \
groupadd -g 42424 horizon && \
useradd -u 42424 -g 42424 -M -d /var/lib/horizon -s /usr/sbin/nologin -c "Horizon User" horizon && \
Expand Down
Loading