diff --git a/3.10/Dockerfile b/3.10/Dockerfile index 257306f..f9e5fea 100644 --- a/3.10/Dockerfile +++ b/3.10/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10.9-slim-bullseye@sha256:e5c7f6da1694b867cc209956f9040e98ae372290f108f7f3d2dc84a331fe2801 # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.3.1 +ENV POETRY_VERSION 1.3.2 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.11/Dockerfile b/3.11/Dockerfile index 809fb7f..503d042 100644 --- a/3.11/Dockerfile +++ b/3.11/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11.1-slim-bullseye@sha256:4b6accae496e2b852b3a11a0be445600750c28bef584dd50ff3812bdec306eda # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.3.1 +ENV POETRY_VERSION 1.3.2 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.7/Dockerfile b/3.7/Dockerfile index 1a16bd3..e5cc91b 100644 --- a/3.7/Dockerfile +++ b/3.7/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.7.16-slim-bullseye@sha256:aa949f5f10e9b28e1f9561fff73d1a359fa8517d4e543451a714d1a4ecc61c56 # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.3.1 +ENV POETRY_VERSION 1.3.2 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.8/Dockerfile b/3.8/Dockerfile index 7032eec..e4af79a 100644 --- a/3.8/Dockerfile +++ b/3.8/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8.16-slim-bullseye@sha256:75b74d058401381b056d00f903dff58262d884025f772ed635a68e9699c36b87 # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.3.1 +ENV POETRY_VERSION 1.3.2 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.9/Dockerfile b/3.9/Dockerfile index 68c9b92..faff8a8 100644 --- a/3.9/Dockerfile +++ b/3.9/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9.16-slim-bullseye@sha256:9e0b4391fc41bc35c16caef4740736b6b349f6626fd14eba32793ae3c7b01908 # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.3.1 +ENV POETRY_VERSION 1.3.2 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION;