We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e468f commit a4c4f94Copy full SHA for a4c4f94
2 files changed
.env.dist
@@ -14,7 +14,7 @@ VIM_PACKAGES="python vim ctags ripgrep bat npm nodejs-lts-jod"
14
PYTHON_VERSION=3.13
15
PYTHONUNBUFFERED=1
16
PIP_DEFAULT_TIMEOUT=100
17
-POETRY_VERSION=1.8.5
+POETRY_VERSION=2.1.3
18
POETRY_OPTIONS="--no-root --compile"
19
POETRY_NO_INTERACTION=1
20
Dockerfile
@@ -7,7 +7,7 @@ ARG DOCKER_USER_HOME=/home/devuser
7
ARG MIRROR_LIST_COUNTRY=RU
8
ARG BUILD_PACKAGES="pyenv git gnupg sudo postgresql-libs mariadb-libs openmp"
9
ARG PYTHON_VERSION=3.13
10
-ARG POETRY_VERSION=1.8.5
+ARG POETRY_VERSION=2.1.3
11
RUN echo "* soft core 0" >> /etc/security/limits.conf && \
12
echo "* hard core 0" >> /etc/security/limits.conf && \
13
echo "* soft nofile 10000" >> /etc/security/limits.conf
0 commit comments