diff --git a/Dockerfile b/Dockerfile index d9a07e7..d3fd63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use alpine for a smaller image size and install only the required packages -FROM python:3.8-alpine +FROM python:3.14.0a1-alpine # > Setting PYTHONUNBUFFERED to a non empty value ensures that the python output is sent straight to # > terminal (e.g. your container log) without being first buffered and that you can see the output