We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1798493 commit 6c0dbd3Copy full SHA for 6c0dbd3
django/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update -y \
15
# For postgis
16
gdal-bin \
17
# Upgrade pip and install python packages for code
18
- && pip install --upgrade --no-cache-dir pip poetry==1.2.1 \
+ && pip install --upgrade --no-cache-dir pip poetry==1.5.1 \
19
&& poetry --version \
20
# Configure to use system instead of virtualenvs
21
&& poetry config virtualenvs.create false \
0 commit comments