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 11PYTHON_IMPLEMENTATION = python
2- PYTHON_VERSION = 3.10
2+ PYTHON_VERSION = 3.12
33MARIADB_VERSION = 10.5
44MYSQL_VERSION = 8.0
55ORACLE_VERSION = 23.5.0.0
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.12
22
33ARG PYTHON_IMPLEMENTATION=python
4- ARG PYTHON_VERSION=3.10
4+ ARG PYTHON_VERSION=3.12
55FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-bookworm
66
77LABEL org.opencontainers.image.authors="Django Software Foundation"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ environment variables:
193193| ----------------------- | ------------- | ---------------------------------------------------- |
194194| ` DJANGO_PATH ` | ` ../django ` | Path to the Django repostory on your local machine |
195195| ` PYTHON_IMPLEMENTATION ` | ` python ` | Implementation of Python to use — ` python ` or ` pypy ` |
196- | ` PYTHON_VERSION ` | ` 3.10 ` | Version of Python container image to use |
196+ | ` PYTHON_VERSION ` | ` 3.12 ` | Version of Python container image to use |
197197
198198The versions of various backend services can be switched by setting these environment variables:
199199
@@ -212,7 +212,7 @@ The `PYTHON_VERSION` environment variable controls which version of Python you
212212are running the tests against, e.g.
213213
214214``` console
215- $ PYTHON_VERSION=3.10 docker compose run --rm sqlite
215+ $ PYTHON_VERSION=3.12 docker compose run --rm sqlite
216216```
217217
218218In addition, it's possible to select a different implementation of Python, i.e.
You can’t perform that action at this time.
0 commit comments