Skip to content

Commit

Permalink
bump poetry version in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmccabe committed Nov 19, 2024
1 parent 27a88fd commit 1cf2571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.9-buster
#RUN pip install pipx && \
# pipx install poetry==1.2.0

RUN pip install poetry==1.2.2
RUN pip install poetry==1.8.3

RUN mkdir /install && mkdir /install/depmapomics && mkdir /install/mgenepy
# first create these as if they are empty modules,
Expand Down
2 changes: 1 addition & 1 deletion sandbox/guidemat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.9-buster
#RUN pip install pipx && \
# pipx install poetry==1.2.0

RUN pip install poetry==1.2.2
RUN pip install poetry==1.8.3

RUN mkdir /install && mkdir /install/depmapomics && mkdir /install/mgenepy
# first create these as if they are empty modules,
Expand Down

0 comments on commit 1cf2571

Please sign in to comment.