diff --git a/Dockerfile b/Dockerfile index 9491f2e05..c2bfbeb52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-slim-bookworm as base +FROM python:3.12.4-slim-bookworm as base # Setup env ENV LANG C.UTF-8