Skip to content

Commit cccab32

Browse files
authored
Merge pull request #84 from uc-cdis/fix/poetry
fix(docker): pin poetry to 1.3.2
2 parents ec3bcfa + 77b61e8 commit cccab32

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
@@ -8,7 +8,7 @@ COPY poetry.lock /src/poetry.lock
88
WORKDIR /src
99
RUN python -m venv /env \
1010
&& . /env/bin/activate \
11-
&& pip install --upgrade pip poetry \
11+
&& pip install --upgrade pip poetry==1.3.2 \
1212
&& poetry install --without dev --no-interaction
1313

1414
# include code and run poetry again (this split allows for faster local builds when changing code and using docker cache):

0 commit comments

Comments
 (0)