diff --git a/Dockerfile b/Dockerfile index 5ba6afd..e022eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:alpine3.19 +FROM python:3.11-alpine # Set the working directory to /app WORKDIR /app