diff --git a/basicmessage_storage/.devcontainer/Dockerfile b/basicmessage_storage/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/basicmessage_storage/.devcontainer/Dockerfile +++ b/basicmessage_storage/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/basicmessage_storage/.devcontainer/devcontainer.json b/basicmessage_storage/.devcontainer/devcontainer.json index 74c5a3ea1..df6fbd0ac 100644 --- a/basicmessage_storage/.devcontainer/devcontainer.json +++ b/basicmessage_storage/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/basicmessage_storage/docker/Dockerfile b/basicmessage_storage/docker/Dockerfile index 9af60c3b7..a4eb2ac6c 100644 --- a/basicmessage_storage/docker/Dockerfile +++ b/basicmessage_storage/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/connection_update/.devcontainer/Dockerfile b/connection_update/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/connection_update/.devcontainer/Dockerfile +++ b/connection_update/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/connection_update/.devcontainer/devcontainer.json b/connection_update/.devcontainer/devcontainer.json index d15aed35e..928faf09f 100644 --- a/connection_update/.devcontainer/devcontainer.json +++ b/connection_update/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/connection_update/docker/Dockerfile b/connection_update/docker/Dockerfile index e5b8c9240..6ebf2928a 100644 --- a/connection_update/docker/Dockerfile +++ b/connection_update/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/kafka_events/.devcontainer/Dockerfile b/kafka_events/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/kafka_events/.devcontainer/Dockerfile +++ b/kafka_events/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/kafka_events/.devcontainer/devcontainer.json b/kafka_events/.devcontainer/devcontainer.json index aa4f7fe22..7d6838934 100644 --- a/kafka_events/.devcontainer/devcontainer.json +++ b/kafka_events/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/multitenant_provider/.devcontainer/Dockerfile b/multitenant_provider/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/multitenant_provider/.devcontainer/Dockerfile +++ b/multitenant_provider/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/multitenant_provider/.devcontainer/devcontainer.json b/multitenant_provider/.devcontainer/devcontainer.json index e8c63edaa..3a84e1396 100644 --- a/multitenant_provider/.devcontainer/devcontainer.json +++ b/multitenant_provider/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/multitenant_provider/docker/Dockerfile b/multitenant_provider/docker/Dockerfile index 11e88ad2b..5a16f3338 100644 --- a/multitenant_provider/docker/Dockerfile +++ b/multitenant_provider/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/oid4vci/.devcontainer/Dockerfile b/oid4vci/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/oid4vci/.devcontainer/Dockerfile +++ b/oid4vci/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/oid4vci/.devcontainer/devcontainer.json b/oid4vci/.devcontainer/devcontainer.json index 34c1e22ae..1d6ad874d 100644 --- a/oid4vci/.devcontainer/devcontainer.json +++ b/oid4vci/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/oid4vci/docker/Dockerfile b/oid4vci/docker/Dockerfile index 216114843..ae305b437 100644 --- a/oid4vci/docker/Dockerfile +++ b/oid4vci/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl jq && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/plugin_globals/.devcontainer/Dockerfile b/plugin_globals/.devcontainer/Dockerfile index a9653ffd7..28cc62697 100644 --- a/plugin_globals/.devcontainer/Dockerfile +++ b/plugin_globals/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/plugin_globals/.devcontainer/devcontainer.json b/plugin_globals/.devcontainer/devcontainer.json index 25b71dd36..460ccce3c 100644 --- a/plugin_globals/.devcontainer/devcontainer.json +++ b/plugin_globals/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/plugin_globals/docker/Dockerfile b/plugin_globals/docker/Dockerfile index 27d5c8b2f..da4058d25 100644 --- a/plugin_globals/docker/Dockerfile +++ b/plugin_globals/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/redis_events/.devcontainer/Dockerfile b/redis_events/.devcontainer/Dockerfile index c40a4b5e7..14d0e6782 100644 --- a/redis_events/.devcontainer/Dockerfile +++ b/redis_events/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ ARG VARIANT="3.9-bullseye" FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} -ARG POETRY_VERSION="1.4.2" +ARG POETRY_VERSION="1.7.1" ENV POETRY_HOME="/opt/poetry" \ POETRY_VERSION=${POETRY_VERSION} diff --git a/redis_events/.devcontainer/devcontainer.json b/redis_events/.devcontainer/devcontainer.json index e98a20401..edb4b37e1 100644 --- a/redis_events/.devcontainer/devcontainer.json +++ b/redis_events/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "context": "..", "args": { "VARIANT": "3.9-bullseye", - "POETRY_VERSION": "1.4.2" + "POETRY_VERSION": "1.7.1" } }, "customizations": { diff --git a/redis_events/docker/Dockerfile b/redis_events/docker/Dockerfile index c9ece3914..e6ad29909 100644 --- a/redis_events/docker/Dockerfile +++ b/redis_events/docker/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/redis_events/docker/services/Dockerfile b/redis_events/docker/services/Dockerfile index bff1cef10..9f927ce05 100644 --- a/redis_events/docker/services/Dockerfile +++ b/redis_events/docker/services/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python - diff --git a/redis_events/integration/Dockerfile b/redis_events/integration/Dockerfile index 65c7320ad..44a3b0d3a 100644 --- a/redis_events/integration/Dockerfile +++ b/redis_events/integration/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Install and configure poetry USER root -ENV POETRY_VERSION=1.4.2 +ENV POETRY_VERSION=1.7.1 ENV POETRY_HOME=/opt/poetry RUN apt-get update && apt-get install -y curl && apt-get clean RUN curl -sSL https://install.python-poetry.org | python -