Skip to content

Commit de8059d

Browse files
committed
Update Poetry version in Dockerfile to suppot package-mode=false
1 parent eec1793 commit de8059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11
22

33
# Set Poetry Version
4-
ENV POETRY_VERSION=1.1.13
4+
ENV POETRY_VERSION=1.8.3
55
# Install Poetry
66
RUN curl -sSL https://install.python-poetry.org | python3 - --version $POETRY_VERSION
77
# Add poetry install location to PATH

0 commit comments

Comments
 (0)