diff --git a/Dockerfile b/Dockerfile index 701770d..b8dcf54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN find /app -name __pycache__ -exec rm -rf -v {} + #Distroless is too limited for my use. # I use Python -FROM python:3.12.6-bullseye +FROM python:3.12.7-bullseye COPY --from=build_env /app /app RUN apt-get update RUN apt-get install -y git nano poppler-utils wget