Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f5b1c09

Browse files
authored
Pin poetry.core in Docker images (#12853)
1 parent 7c2a78b commit f5b1c09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12853.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the docker file after a dependency update.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN \
5555
# NB: In poetry 1.2 `poetry export` will be moved into a plugin; we'll need to also
5656
# pip install poetry-plugin-export (https://github.com/python-poetry/poetry-plugin-export).
5757
RUN --mount=type=cache,target=/root/.cache/pip \
58-
pip install --user git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5
58+
pip install --user "poetry-core==1.1.0a7" "git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5"
5959

6060
WORKDIR /synapse
6161

0 commit comments

Comments
 (0)