From b749b734c7a0ab5527d3efcba7ac25b862ab5f14 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 5 Jun 2023 12:17:45 +0200 Subject: [PATCH] Use python 3.11 in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15a3ed31..0e00c1cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN make installjs RUN make vendors -FROM python:3.8-slim +FROM python:3.11-slim ENV PYTHONUNBUFFERED=1 \ PORT=8000