diff --git a/Dockerfile b/Dockerfile-version-0 similarity index 93% rename from Dockerfile rename to Dockerfile-version-0 index 2c1e7927..4c86b882 100644 --- a/Dockerfile +++ b/Dockerfile-version-0 @@ -1,5 +1,7 @@ # Use an official Python runtime as a parent image FROM python:3.10-slim +# In case you had some weird issues, try this Image +# FROM python:3.10-slim-bookworm as builder # Set the working directory in the container WORKDIR /usr/src/app