Skip to content

Commit 6c0dbd3

Browse files
committed
Upgrade Django from "^4.1.1" to "^4.1.9"
1 parent 1798493 commit 6c0dbd3

File tree

3 files changed

+362
-439
lines changed

3 files changed

+362
-439
lines changed

django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update -y \
1515
# For postgis
1616
gdal-bin \
1717
# Upgrade pip and install python packages for code
18-
&& pip install --upgrade --no-cache-dir pip poetry==1.2.1 \
18+
&& pip install --upgrade --no-cache-dir pip poetry==1.5.1 \
1919
&& poetry --version \
2020
# Configure to use system instead of virtualenvs
2121
&& poetry config virtualenvs.create false \

0 commit comments

Comments
 (0)