Skip to content

Commit 5d00bd4

Browse files
authored
Update Dockerfile
1 parent 37d04a3 commit 5d00bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
python3-venv \
1919
wabt
2020

21-
RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr python3 - \
21+
RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr POETRY_VERSION=1.8.3 python3 - \
2222
&& poetry --version
2323

2424
ARG USER=github-user

0 commit comments

Comments
 (0)