summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:01:46 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:01:46 +0200
commitea569d9c1db282cddee38af7c9463c5e4f14f284 (patch)
treee20097f4f94639ab16e592712a5fd9ddd16fe71b
parentc9f6f0aa22451f3bd545462f40eea95ae3ded6f1 (diff)
update dockerfile x2
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6dc54b0..4a2b50f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
&& rm -rf /var/lib/apt/lists/*
-ENV POETRY_VERSION=1.8.3
+ENV POETRY_VERSION=2.3.2
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH="/root/.local/bin:$PATH"