diff --git a/backend/Containerfile b/backend/Containerfile index 1ea9b3e..6b330a8 100644 --- a/backend/Containerfile +++ b/backend/Containerfile @@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run RUN adduser -S fritz -G root USER fritz -COPY --from=build /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages +COPY --from=build /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages COPY --chown=fritz:root python /home/fritz/python EXPOSE 8080 diff --git a/frontend/Containerfile b/frontend/Containerfile index 02d9992..faf83aa 100644 --- a/frontend/Containerfile +++ b/frontend/Containerfile @@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run RUN adduser -S fritz -G root USER fritz -COPY --from=build /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages +COPY --from=build /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages COPY --chown=fritz:root python /home/fritz/python COPY --chown=fritz:root static /home/fritz/static