Skip to content

Commit a4c4f94

Browse files
committed
Update and test latest poetry
1 parent c8e468f commit a4c4f94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-jod"
1414
PYTHON_VERSION=3.13
1515
PYTHONUNBUFFERED=1
1616
PIP_DEFAULT_TIMEOUT=100
17-
POETRY_VERSION=1.8.5
17+
POETRY_VERSION=2.1.3
1818
POETRY_OPTIONS="--no-root --compile"
1919
POETRY_NO_INTERACTION=1
2020

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOCKER_USER_HOME=/home/devuser
77
ARG MIRROR_LIST_COUNTRY=RU
88
ARG BUILD_PACKAGES="pyenv git gnupg sudo postgresql-libs mariadb-libs openmp"
99
ARG PYTHON_VERSION=3.13
10-
ARG POETRY_VERSION=1.8.5
10+
ARG POETRY_VERSION=2.1.3
1111
RUN echo "* soft core 0" >> /etc/security/limits.conf && \
1212
echo "* hard core 0" >> /etc/security/limits.conf && \
1313
echo "* soft nofile 10000" >> /etc/security/limits.conf

0 commit comments

Comments
 (0)