Skip to content

Commit 6e794db

Browse files
committed
chore: pin poetry version
1 parent 234ce8e commit 6e794db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/voting-node.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM jormungandr:latest as jorm
88

99
# stage 3
1010
FROM python as poetry
11-
RUN pip install poetry
11+
RUN pip install poetry==1.8.0
1212

1313
# Add python codebase
1414
COPY . /voting

0 commit comments

Comments
 (0)