Update poetry

This commit is contained in:
Jake Howard 2022-11-01 09:10:55 +00:00
parent 44ee2ade2b
commit 9a35ea56a4
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
RUN curl -fsSL https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic
RUN pip install --no-cache poetry==1.2.0
RUN pip install --no-cache poetry==1.2.2
ENV PATH=$VIRTUAL_ENV/bin:$PATH \
PYTHONUNBUFFERED=1