Skip to content

Commit dc21f18

Browse files
committed
ARXIVCE-3663: use more recent poetry
1 parent 0eeed85 commit dc21f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile-ui

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ENV \
2020
PIP_DEFAULT_TIMEOUT=100 \
2121
PIP_DISABLE_PIP_VERSION_CHECK=on \
2222
PIP_NO_CACHE_DIR=off \
23-
POETRY_VERSION=1.2.2 \
2423
PYTHONFAULTHANDLER=1 \
2524
PYTHONHASHSEED=random \
2625
PYTHONUNBUFFERED=1 \
@@ -34,7 +33,7 @@ COPY mappings ./mappings
3433
COPY search ./search
3534
RUN echo $GIT_COMMIT > ./git-commit.txt
3635

37-
RUN pip install "gunicorn==20.1.0" "poetry==$POETRY_VERSION"
36+
RUN pip install "gunicorn==20.1.0" "poetry"
3837
RUN poetry config virtualenvs.create false && \
3938
poetry install --no-interaction --no-ansi
4039

0 commit comments

Comments
 (0)