diff --git a/Dockerfile b/Dockerfile index b3e5d5e88..ff158d2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye as base +FROM python:3.11.1-slim-bullseye as base # Setup env ENV LANG C.UTF-8