Skip to content

Commit 92a5394

Browse files
committed
chore: pin poetry version
1 parent fad08e9 commit 92a5394

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utilities/ideascale-importer/Earthfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ build:
1515
apt-get install -y --no-install-recommends curl build-essential libxml2-dev libxslt-dev zlib1g-dev python3-lxml
1616

1717
# Install Poetry
18-
RUN curl -sSL https://install.python-poetry.org | python3 -
19-
18+
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.0
2019
# Set path to poetry
2120
ENV PATH=/root/.local/bin:$PATH
2221

0 commit comments

Comments
 (0)