diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-24 11:35:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 11:35:08 +0100 |
commit | f5b1c09909e81182bacc167e70188a7c43aad813 (patch) | |
tree | b5ea63f92c29fbbeedaa283bd70213007a168fb9 /docker | |
parent | Marker events as state - MSC2716 (#12718) (diff) | |
download | synapse-f5b1c09909e81182bacc167e70188a7c43aad813.tar.xz |
Pin poetry.core in Docker images (#12853)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index ccc6a9f778..7af0e51f97 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,7 +55,7 @@ RUN \ # NB: In poetry 1.2 `poetry export` will be moved into a plugin; we'll need to also # pip install poetry-plugin-export (https://github.com/python-poetry/poetry-plugin-export). RUN --mount=type=cache,target=/root/.cache/pip \ - pip install --user git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5 + pip install --user "poetry-core==1.1.0a7" "git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5" WORKDIR /synapse |