diff --git a/Dockerfile b/Dockerfile index 6e8992b8bb3..c2bfbeb5206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-slim-bookworm as base +FROM python:3.12.4-slim-bookworm as base # Setup env ENV LANG C.UTF-8