Skip to content

Commit bd5425d

Browse files
committed
#166 Fix Poetry version (1.2.0)
1 parent 9aec7f1 commit bd5425d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.10-slim
22

33
ENV PATH=$PATH:/root/.local/bin
44
ENV POETRY_VIRTUALENVS_CREATE=false
5+
ENV POETRY_VERSION=1.2.0
56

67
RUN apt-get update \
78
&& apt-get install -y curl git \

0 commit comments

Comments
 (0)