From ea569d9c1db282cddee38af7c9463c5e4f14f284 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 14 Mar 2026 14:01:46 +0200 Subject: update dockerfile x2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.3-3-g829e