Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Docker - Use python-small image #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.gunicorn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Size ~1.4GB
ARG PYTHON_VERSION=3.9

FROM tiangolo/uvicorn-gunicorn:python${PYTHON_VERSION}
FROM tiangolo/uvicorn-gunicorn:python${PYTHON_VERSION}-small

# Ensure root certificates are always updated at evey container build
# and curl is using the latest version of them
Expand Down