Skip to content

Commit

Permalink
Merge pull request #84 from uc-cdis/fix/poetry
Browse files Browse the repository at this point in the history
fix(docker): pin poetry to 1.3.2
  • Loading branch information
m0nhawk authored Mar 14, 2023
2 parents ec3bcfa + 77b61e8 commit cccab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY poetry.lock /src/poetry.lock
WORKDIR /src
RUN python -m venv /env \
&& . /env/bin/activate \
&& pip install --upgrade pip poetry \
&& pip install --upgrade pip poetry==1.3.2 \
&& poetry install --without dev --no-interaction

# include code and run poetry again (this split allows for faster local builds when changing code and using docker cache):
Expand Down

0 comments on commit cccab32

Please sign in to comment.