Skip to content

Commit

Permalink
Merge branch 'main' into dev-clever
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ekchajzer committed Dec 12, 2024
2 parents 808f25f + 47d6554 commit 62abb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PY_VERSION=3.9
ARG PY_VERSION=3.12
FROM python:$PY_VERSION-slim AS build-env

ARG VERSION
Expand Down Expand Up @@ -26,8 +26,8 @@ ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

COPY --from=build-env /app /app
COPY --from=build-env /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages
ENV PYTHONPATH=/usr/local/lib/python3.9/site-packages
COPY --from=build-env /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
ENV PYTHONPATH=/usr/local/lib/python3.12/site-packages

WORKDIR /app

Expand Down

0 comments on commit 62abb24

Please sign in to comment.