Skip to content

Commit 590abaa

Browse files
authored
python:alpine moved to 3.13 (#16)
1 parent dc08d64 commit 590abaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run
2828
RUN adduser -S fritz -G root
2929
USER 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
3232
COPY --chown=fritz:root python /home/fritz/python
3333

3434
EXPOSE 8080

frontend/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM --platform=$TARGETPLATFORM python:alpine AS run
2828
RUN adduser -S fritz -G root
2929
USER 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
3232
COPY --chown=fritz:root python /home/fritz/python
3333
COPY --chown=fritz:root static /home/fritz/static
3434

0 commit comments

Comments
 (0)