Skip to content

Commit 1e6ee28

Browse files
committed
chore: update docs to say base image uses Python 3.12
1 parent 1114f96 commit 1e6ee28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

docs/README.md

+1-1
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)