File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ LABEL GeoNode development team
3
3
4
4
RUN mkdir -p /usr/src/geonode
5
5
6
- # Enable postgresql-client-11.2
6
+ # Enable postgresql-client-13
7
7
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
8
8
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
9
9
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
15
16
16
RUN apt-get update && apt-get install -y \
17
17
gcc zip gettext geoip-bin cron \
18
- postgresql-client-11 \
18
+ postgresql-client-13 \
19
19
sqlite3 spatialite-bin libsqlite3-mod-spatialite \
20
20
python3-gdal python3-psycopg2 python3-ldap \
21
21
python3-pip python3-pil python3-lxml python3-pylibmc \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ services:
111
111
# PostGIS database.
112
112
db :
113
113
# use geonode official postgis 11 image
114
- image : geonode/postgis:latest
114
+ image : geonode/postgis:13
115
115
container_name : db4${COMPOSE_PROJECT_NAME}
116
116
env_file :
117
117
- ./scripts/docker/env/${DOCKER_ENV}/db.env
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ services:
111
111
# PostGIS database.
112
112
db :
113
113
# use geonode official postgis 11 image
114
- image : geonode/postgis:latest
114
+ image : geonode/postgis:13
115
115
container_name : db4${COMPOSE_PROJECT_NAME}
116
116
env_file :
117
117
- ./scripts/docker/env/${DOCKER_ENV}/db.env
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ services:
174
174
# PostGIS database.
175
175
postgres :
176
176
# use geonode official postgis 11 image
177
- image : geonode/postgis:latest
177
+ image : geonode/postgis:13
178
178
build : ./postgis/
179
179
environment :
180
180
# database info, ${variables} are read from .env
You can’t perform that action at this time.
0 commit comments