diff --git a/Dockerfile b/Dockerfile index 3223d04..291a745 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # # See docker-compose.yml as an example on how to run this image. -FROM docker.io/python:3.11-slim-bullseye +FROM docker.io/python:3.12-slim-bullseye # Add requirements file ADD requirements.txt /code/requirements.txt