Skip to content

Commit ea2a76d

Browse files
committed
fix: update base images for stable/2023.1
Signed-off-by: Claude <noreply@anthropic.com>
1 parent 3d1a5fc commit ea2a76d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
22
# SPDX-License-Identifier: GPL-3.0-or-later
3-
# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
3+
# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
44

5-
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:c9b4fc01e4bb032fa872e4424483e0250bda71d0a29347d0d60345bf73a75502 AS build
5+
FROM ghcr.io/vexxhost/openstack-venv-builder:2023.1 AS build
66
RUN <<EOF bash -xe
77
uv pip install \
88
--constraint /upper-constraints.txt \
@@ -21,7 +21,7 @@ uv pip install \
2121
python-swiftclient
2222
EOF
2323

24-
FROM ghcr.io/vexxhost/python-base:zed@sha256:5a4fb2e6c2b06a38efc20a850a29250c224a29d86711f0b4c66dbfbd40eb3212
24+
FROM ghcr.io/vexxhost/python-base:2023.1
2525
COPY --from=build --link /var/lib/openstack /var/lib/openstack
2626

2727
# NOTE(mnaser): The Magnum client relies on the SHELL environment variable

0 commit comments

Comments
 (0)