diff --git a/spec/python/debian.Dockerfile b/spec/python/debian.Dockerfile index 2ff08de..12d98fb 100644 --- a/spec/python/debian.Dockerfile +++ b/spec/python/debian.Dockerfile @@ -34,7 +34,7 @@ RUN apt-get update -y; \ vim; \ rm -rf /var/lib/apt/lists/*; \ pip install --no-cache-dir -U pip; \ - pip install --no-cache-dir poetry==1.7.1 + pip install --no-cache-dir poetry==1.8.1 WORKDIR / COPY ./resources/set_gitconfig.bash .