Skip to content

Commit f3dfc01

Browse files
committed
Upgrade poetry
1 parent 5b84b38 commit f3dfc01

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
@@ -6,7 +6,7 @@ ENV VIRTUAL_ENV="/opt/kobodl/local/venv"
66

77
RUN apk add --no-cache gcc libc-dev libffi-dev
88
ADD https://install.python-poetry.org /install-poetry.py
9-
RUN POETRY_VERSION=1.1.7 POETRY_HOME=/opt/kobodl/local python /install-poetry.py
9+
RUN POETRY_VERSION=2.1.1 POETRY_HOME=/opt/kobodl/local python /install-poetry.py
1010

1111
COPY . .
1212

0 commit comments

Comments
 (0)