File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run
2828RUN adduser -S fritz -G root
2929USER fritz
3030
31- COPY --from=build /usr/local/lib/python3.12 /site-packages /usr/local/lib/python3.12 /site-packages
31+ COPY --from=build /usr/local/lib/python3.13 /site-packages /usr/local/lib/python3.13 /site-packages
3232COPY --chown=fritz:root python /home/fritz/python
3333
3434EXPOSE 8080
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run
2828RUN adduser -S fritz -G root
2929USER fritz
3030
31- COPY --from=build /usr/local/lib/python3.12 /site-packages /usr/local/lib/python3.12 /site-packages
31+ COPY --from=build /usr/local/lib/python3.13 /site-packages /usr/local/lib/python3.13 /site-packages
3232COPY --chown=fritz:root python /home/fritz/python
3333COPY --chown=fritz:root static /home/fritz/static
3434
You can’t perform that action at this time.
0 commit comments