Skip to content

Commit

Permalink
feat/fix: upgrade Poetry to 1.4.2
Browse files Browse the repository at this point in the history
feat:
- Poetry 1.4.2 is the latest.

fix:
- Poetry 1.2.0 has self update bugs.
- 194a654, I make lock file with 1.4.2.
  • Loading branch information
wesleyboar committed May 15, 2023
1 parent 194a654 commit 2c4907f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="TACC-ACI-WMA <wma_prtl@tacc.utexas.edu>"
ARG DEBIAN_FRONTEND=noninteractive

# https://python-poetry.org/docs/configuration/#using-environment-variables
ENV POETRY_VERSION=1.2.0 \
ENV POETRY_VERSION=1.4.2 \
POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_IN_PROJECT=true \
POETRY_NO_INTERACTION=1 \
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c4907f

Please sign in to comment.