Skip to content

Commit

Permalink
Pinning lupa to 1.x for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r authored Oct 21, 2023
1 parent ab6f70c commit 4fe37f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY pyproject.toml pyproject.toml

# Workaround for https://github.com/scoder/lupa/issues/222
RUN pip3 install Cython && \
pip3 install lupa --global-option="--with-cython"
pip3 install lupa==1.14.1 --global-option="--with-cython"


COPY tuber tuber
Expand Down Expand Up @@ -46,4 +46,4 @@ USER tuber
FROM build as release
RUN rm -rf /usr/local/lib/python3.11/site-packages/pip \
rm -rf /usr/local/lib/python3.11/site-packages/setuptools
USER tuber
USER tuber

0 comments on commit 4fe37f8

Please sign in to comment.