From f783a8cd764ce7eede56365487f091c7b1e2b1f2 Mon Sep 17 00:00:00 2001 From: Andrea Giardini Date: Tue, 8 Nov 2022 12:02:18 +0100 Subject: [PATCH] Docker - Use python-small image --- dockerfiles/Dockerfile.gunicorn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.gunicorn b/dockerfiles/Dockerfile.gunicorn index 39ad6ffc9..ad190a142 100644 --- a/dockerfiles/Dockerfile.gunicorn +++ b/dockerfiles/Dockerfile.gunicorn @@ -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