diff --git a/Dockerfile b/Dockerfile index 839011b..85e7b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:alpine +FROM python:3.14.0a1-alpine3.20 # Set the working directory in the container WORKDIR /app