diff --git a/Dockerfile b/Dockerfile index f0d84c7..b52538d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # non-root user example -FROM python:3.13-slim +FROM python:3.14.5-slim RUN pip install --upgrade pip && \ apt-get update -qq && \