From e92a590c4c70a486ef2cd85eb828ecbb608e2ecc Mon Sep 17 00:00:00 2001 From: Samantha Barron Date: Sun, 11 May 2025 11:50:18 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a176bb..c7fed98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to run the flask app # Use the official image as a parent image -FROM python:3.10-slim +FROM python:3.10.17-alpine # Set the working directory in the container WORKDIR /app @@ -17,4 +17,4 @@ RUN python -m pip install --upgrade pip \ EXPOSE 5000 # Run the flask app -CMD ["python", "app/main.py"] \ No newline at end of file +CMD ["python", "app/main.py"]