From 75c7de72a0d8559a8c2ecd2309e93683b72098f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:31:47 +0000 Subject: [PATCH] chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2025.2 docker digest to 1102360 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 271c923..1499ade 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:2025.2@sha256:7509c1338505461693c0f6c1856835fde4bf5abe08b143ac3c942a614815e8c7 AS build +FROM ghcr.io/vexxhost/openstack-venv-builder:2025.2@sha256:1102360f66bc81f195fd4a15cacb584709a689ce178a8bb620c105235f61ec2c AS build RUN --mount=type=bind,from=heat,source=/,target=/src/heat,readwrite <