Skip to content
Snippets Groups Projects

Bump PostgreSQL/PostGIS docker image from 14 to 17

Merged Bastien Abadie requested to merge postgresql-17 into release-1.7.2
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -58,7 +58,7 @@ services:
# and uses local postgresql data
db:
container_name: ark-database
image: postgis/postgis:14-3.2
image: postgis/postgis:17-3.5
shm_size: '512mb'
ports:
Loading