Skip to content

Commit

Permalink
πŸ“Œ pin poetry at 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tasi788 committed Aug 21, 2021
1 parent 5ead491 commit 3b33814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM vm/ubuntu:18.04
RUN apt-get update && apt-get install python3.8 python3-pip

COPY . .
RUN pip3 install poetry && poetry install
RUN pip3 install poetry==1.1.4 && poetry install

SECRET ENV ptt_id_1
SECRET ENV ptt_id_2
Expand Down

0 comments on commit 3b33814

Please sign in to comment.