From d458c1866bbd2ba6cdc3c9ceb73b66a1b5c2f6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 20 Sep 2024 17:14:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Use=20plain=20base=20official=20?= =?UTF-8?q?Python=20Docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 716aa231ad..c0cb015dde 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10 +FROM python:python3.10 WORKDIR /app/