diff --git a/.python-version b/.python-version index 0c7d5f5..b6d8b76 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.4 +3.11.8 diff --git a/Dockerfile b/Dockerfile index 94f5aba..de00291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.11.4-slim-bullseye +FROM python:3.11.8-slim-bullseye # Allow statements and log messages to immediately appear in the logs ENV PYTHONUNBUFFERED True