Skip to content

Commit

Permalink
Merge pull request #259 from NebraLtd/shawaj-patch-1
Browse files Browse the repository at this point in the history
Bump poetry
  • Loading branch information
shawaj authored Jul 10, 2023
2 parents 2efd12d + 3a210e2 commit 36b18ee
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 @@ -47,7 +47,7 @@ RUN \
# Because the PATH is already updated above, this command creates a new venv AND activates it
python3 -m venv /opt/venv && \
# Given venv is active, this `pip` refers to the python3 variant
pip install --no-cache-dir poetry==1.4.2 && \
pip install --no-cache-dir poetry==1.5.1 && \
poetry install --no-cache --no-root && \
poetry build && \
pip install --no-cache-dir dist/hm_config-1.0.tar.gz
Expand Down

0 comments on commit 36b18ee

Please sign in to comment.