diff --git a/Dockerfile b/Dockerfile index 8f5b85698..b2f65416c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.9-slim-bullseye as base +FROM python:3.10.3-slim-bullseye as base # Setup env ENV LANG C.UTF-8