Skip to content

Commit

Permalink
update dockerfile poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Jan 25, 2024
1 parent e8bc76d commit 72b2008
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 @@ -2,7 +2,7 @@ FROM ghcr.io/praekeltfoundation/python-base-nw:3.9-bullseye as build

# Requirements to build wheels where there are no python 3.9 wheels
RUN apt-get-install.sh gcc libc-dev make
RUN pip install "poetry==1.2.0"
RUN pip install "poetry==1.7.1"
RUN poetry config virtualenvs.in-project true

# Install just the deps so we use cached layers if they haven't changed
Expand Down

0 comments on commit 72b2008

Please sign in to comment.