diff --git a/Dockerfile b/Dockerfile index ad82d71..597f0ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc. # SPDX-License-Identifier: GPL-3.0-or-later -FROM ghcr.io/vexxhost/openstack-venv-builder:main@sha256:37b7f306b19825713a96f4157f32541155ce06c8b5f5bf2443208110124198f3 AS build +FROM ghcr.io/vexxhost/openstack-venv-builder:main@sha256:5d50676cbf39d318d12172391c40cb8c14259784112c987d1f3359134637a2cb AS build RUN \ --mount=type=bind,from=horizon,source=/,target=/src/horizon,readwrite \ --mount=type=bind,from=designate-dashboard,source=/,target=/src/designate-dashboard,readwrite \