diff --git a/spec/python/debian.Dockerfile b/spec/python/debian.Dockerfile index 8e73dbf..c88fa14 100644 --- a/spec/python/debian.Dockerfile +++ b/spec/python/debian.Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update -y; \ procps; \ rm -rf /var/lib/apt/lists/*; \ pip install --no-cache-dir -U pip; \ - pip install --no-cache-dir poetry==1.6.1 + pip install --no-cache-dir poetry==1.7.1 WORKDIR / COPY ./resources/set_gitconfig.bash .