diff --git a/Dockerfile b/Dockerfile index e86037e..e4955b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim AS base +FROM python:3.12.6-slim AS base ENV LANG=C.UTF-8 \ LC_ALL=C.UTF-8 \