diff --git a/.python-version b/.python-version index 92536a9..56bb660 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.0 +3.12.7 diff --git a/Dockerfile b/Dockerfile index b83200d..82e733e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # See https://docs.docker.com/develop/develop-images/multistage-build/ # Creating a python base with shared environment variables -FROM python:3.12.0-slim +FROM python:3.12.7-slim ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PIP_NO_CACHE_DIR=off \