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"]