Skip to content

Commit 31dd5f5

Browse files
authored
Bump Poetry version in Dockerfile (#360)
1 parent 2178e8a commit 31dd5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV PIP_NO_CACHE_DIR=off \
1111
ENV PATH="$POETRY_HOME/bin:$PATH"
1212

1313
# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
14-
ENV POETRY_VERSION=1.1.14
14+
ENV POETRY_VERSION=1.3.2
1515
RUN curl -sSL https://install.python-poetry.org | python3 -
1616

1717
# We copy our Python requirements here to cache them

0 commit comments

Comments
 (0)