We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234ce8e commit 6e794dbCopy full SHA for 6e794db
docker/voting-node.dockerfile
@@ -8,7 +8,7 @@ FROM jormungandr:latest as jorm
8
9
# stage 3
10
FROM python as poetry
11
-RUN pip install poetry
+RUN pip install poetry==1.8.0
12
13
# Add python codebase
14
COPY . /voting
0 commit comments