Skip to content

Commit be871b5

Browse files
authored
Merge pull request #119 from cloudnull/trixie-313-openstack-venv
chore: move openstack-venv to 313
2 parents 6209787 + 7320d4f commit be871b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/container-build-openstack-venv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
env:
2222
REGISTRY: ghcr.io
2323
IMAGE_NAME: ${{ github.repository }}/openstack-venv
24-
PYTHON_VERSION: 3.12
24+
PYTHON_VERSION: 3.13
2525
CATEGORY_NAME: openstack-venv
2626

2727
jobs:

ContainerFiles/openstack-venv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This Dockerfile uses multi-stage build to customize DEV and PROD images:
33
# https://docs.docker.com/develop/develop-images/multistage-build/
44

5-
ARG PYTHON_VERSION=3.12
5+
ARG PYTHON_VERSION=3.13
66
ARG OS_RELEASE=trixie
77
FROM python:${PYTHON_VERSION}-${OS_RELEASE}
88
ARG CACHEBUST=0

docs/containers/openstack-venv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ graph LR
2323

2424
| Argument | Default |
2525
| --- | --- |
26-
| PYTHON_VERSION | 3.12 |
26+
| PYTHON_VERSION | 3.13 |
2727
| OS_RELEASE | trixie |
2828
| CACHEBUST | 0 |
2929

3030
??? example "Build Command"
3131

3232
``` bash
3333
docker build \
34-
--build-arg PYTHON_VERSION=3.12 \
34+
--build-arg PYTHON_VERSION=3.13 \
3535
--build-arg OS_RELEASE=trixie \
3636
--build-arg CACHEBUST=0 \
3737
-f ContainerFiles/openstack-venv \

0 commit comments

Comments
 (0)