Skip to content

Commit

Permalink
python:alpine moved to 3.13 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-d authored Oct 27, 2024
1 parent dc08d64 commit 590abaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 590abaa

Please sign in to comment.