File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121env :
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
2727jobs :
Original file line number Diff line number Diff line change 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
66ARG OS_RELEASE=trixie
77FROM python:${PYTHON_VERSION}-${OS_RELEASE}
88ARG CACHEBUST=0
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments