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 92a5394 commit 234ce8eCopy full SHA for 234ce8e
services/voting-node/Earthfile
@@ -21,7 +21,7 @@ builder:
21
zlib1g-dev
22
23
# Install Poetry
24
- RUN curl -sSL https://install.python-poetry.org | python3 -
+ RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.0
25
26
SAVE IMAGE --cache-hint
27
utilities/fragment-exporter/Earthfile
@@ -11,7 +11,7 @@ deps:
11
RUN apt-get update && \
12
apt-get install -y --no-install-recommends curl
13
14
15
16
COPY pyproject.toml .
17
COPY poetry.lock .
0 commit comments