Skip to content
Snippets Groups Projects
Commit 4b6e723d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use latest version of poetry

parent 8f9a236b
No related branches found
No related tags found
No related merge requests found
Pipeline #49237 canceled
...@@ -23,7 +23,7 @@ RUN apt-get -y update && \ ...@@ -23,7 +23,7 @@ RUN apt-get -y update && \
libsasl2-dev \ libsasl2-dev \
python3.9-dev python3.9-dev
RUN pip install poetry==1.2.0a2 tox RUN pip install poetry tox
RUN apt-get clean && \ RUN apt-get clean && \
apt-get autoremove &&\ apt-get autoremove &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment