Update poetry version in Dockerfile (#240)

This commit is contained in:
havk 2022-11-07 17:50:12 +01:00 committed by GitHub
parent aeeff26e88
commit 2de0b9b9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ COPY package.json package-lock.json ../
RUN apk add --no-cache postgresql-libs && \
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev && \
npm i -P --prefix .. && \
pip install poetry==1.1.7
pip install poetry==1.2.2
# Install Python dependencies
RUN poetry config virtualenvs.create false && \