Update poetry version in Dockerfile (#240)
This commit is contained in:
parent
aeeff26e88
commit
2de0b9b9e1
@ -26,7 +26,7 @@ COPY package.json package-lock.json ../
|
|||||||
RUN apk add --no-cache postgresql-libs && \
|
RUN apk add --no-cache postgresql-libs && \
|
||||||
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev && \
|
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev && \
|
||||||
npm i -P --prefix .. && \
|
npm i -P --prefix .. && \
|
||||||
pip install poetry==1.1.7
|
pip install poetry==1.2.2
|
||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
RUN poetry config virtualenvs.create false && \
|
RUN poetry config virtualenvs.create false && \
|
||||||
|
Loading…
Reference in New Issue
Block a user