Skip to content

Commit 074b755

Browse files
authored
Chore: update to Python 3.12 (#53)
2 parents acd35d2 + 1e6ee28 commit 074b755

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Read the full documentation online: <https://docs.calitp.org/docker-python-web>
66

77
## Features
88

9-
- Base image `python:3.11`
9+
- Base image `python:3.12`
1010
- Image configured with non-`root` user (`calitp` by default)
1111
- `nginx` configured as a reverse proxy listening on container port `8000`
1212
- `gunicorn` configured as a WSGI application server, communicates with `nginx` over Unix socket

appcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.12
22

33
ENV PYTHONDONTWRITEBYTECODE=1 \
44
PYTHONUNBUFFERED=1 \

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the documentation site for [`cal-itp/docker-python-web`](https://github.
88

99
## Features
1010

11-
- Base image `python:3.11`
11+
- Base image `python:3.12`
1212
- Image configured with non-`root` user (`calitp` by default)
1313
- `nginx` configured as a reverse proxy listening on container port `8000`
1414
- `gunicorn` configured as a WSGI application server, communicates with `nginx` over Unix socket

0 commit comments

Comments
 (0)