Skip to content

Commit

Permalink
Pin poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Sep 10, 2024
1 parent cbb522d commit ce85005
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 @@ -18,7 +18,7 @@ RUN echo "Downloading RapidPro ${RAPIDPRO_VERSION} from https://github.com/$RAPI
tar -xf rapidpro.tar.gz --strip-components=1 && \
rm rapidpro.tar.gz

RUN pip install -U pip && pip install -U poetry
RUN pip install -U pip && pip install -U poetry==1.1.15

# Build Python virtualenv
RUN python3 -m venv /venv
Expand Down

0 comments on commit ce85005

Please sign in to comment.