diff --git a/Dockerfile b/Dockerfile index a95f8ea..4ba38ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11.8-alpine3.19 +FROM python:3.11.8-alpine # Copy the files into the Docker image COPY . .