Skip to content

Commit

Permalink
chore: bump poetry version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Feb 28, 2023
1 parent 55e6914 commit ebcfe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
COPY . .
RUN pip install poetry==1.1.14
RUN pip install poetry==1.4.0
RUN poetry export --without-hashes -o requirements.txt
RUN pip install -r requirements.txt

Expand Down

0 comments on commit ebcfe66

Please sign in to comment.