Skip to content

Commit f8f2403

Browse files
authored
chore: update poetry version to 1.4.2 in dockerfile (#117)
Signed-off-by: Avik Basu <[email protected]>
1 parent 90ee538 commit f8f2403

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PYTHONFAULTHANDLER=1 \
1010
PIP_NO_CACHE_DIR=on \
1111
PIP_DISABLE_PIP_VERSION_CHECK=on \
1212
PIP_DEFAULT_TIMEOUT=100 \
13-
POETRY_VERSION=1.3.1 \
13+
POETRY_VERSION=1.4.2 \
1414
POETRY_HOME="/opt/poetry" \
1515
POETRY_VIRTUALENVS_IN_PROJECT=true \
1616
POETRY_NO_INTERACTION=1 \

0 commit comments

Comments
 (0)