File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- FROM python:3.11
1+ FROM python:3.12
22
33ENV PYTHONDONTWRITEBYTECODE=1 \
44 PYTHONUNBUFFERED=1 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments