Skip to content

Commit 234ce8e

Browse files
committed
fix
1 parent 92a5394 commit 234ce8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/voting-node/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ builder:
2121
zlib1g-dev
2222

2323
# Install Poetry
24-
RUN curl -sSL https://install.python-poetry.org | python3 -
24+
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.0
2525

2626
SAVE IMAGE --cache-hint
2727

utilities/fragment-exporter/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps:
1111
RUN apt-get update && \
1212
apt-get install -y --no-install-recommends curl
1313

14-
RUN curl -sSL https://install.python-poetry.org | python3 -
14+
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.0
1515

1616
COPY pyproject.toml .
1717
COPY poetry.lock .

0 commit comments

Comments
 (0)