Commit b1c81dc 1 parent eaeefb3 commit b1c81dc Copy full SHA for b1c81dc
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
40
40
libproj13 \
41
41
&& rm -rf /var/lib/apt/lists/*
42
42
43
- COPY --from=build /usr/local/lib/python3.8 /usr/local/lib/python3.8
43
+ COPY --from=build /usr/local/lib/python3.9 /usr/local/lib/python3.9
44
44
COPY --from=build /usr/local/bin/uwsgi /usr/local/bin/uwsgi
45
45
46
46
# Stage 3.2 - Copy source code
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Prerequisites
18
18
19
19
You need the following libraries and/or programs:
20
20
21
- * `Python `_ 3.8 or above
21
+ * `Python `_ 3.9 or above
22
22
* Python `Virtualenv `_ and `Pip `_
23
23
* `PostgreSQL `_ 12 or above with PostGIS extension
24
24
* `Node.js `_
You can’t perform that action at this time.
0 commit comments