diff --git a/Dockerfile b/Dockerfile index b5f6f5d5e5b..4526b06f6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-bullseye as base +FROM python:3.13.6-slim-bullseye as base # Setup env ENV LANG C.UTF-8