diff --git a/Dockerfile b/Dockerfile index 3095345..96f0481 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest stable Python 3.10 and Alpine image -FROM python:3.13.9-alpine3.22 +FROM python:3.14.3-alpine3.22 # Set environment variables to avoid writing bytecode and unbuffered output ENV PYTHONDONTWRITEBYTECODE=1