Skip to content
Snippets Groups Projects
Commit ce317172 authored by Bastien Abadie's avatar Bastien Abadie Committed by Erwan Rouchet
Browse files

Bump PostgreSQL/PostGIS docker image from 14 to 17

parent 8f1f4dc3
No related branches found
No related tags found
1 merge request!2513Bump PostgreSQL/PostGIS docker image from 14 to 17
......@@ -48,7 +48,7 @@ backend-tests:
stage: test
services:
- name: postgis/postgis:14-3.2
- name: postgis/postgis:17-3.5
alias: postgres
artifacts:
......@@ -87,7 +87,7 @@ backend-migrations:
stage: test
services:
- name: postgis/postgis:12-3.1
- name: postgis/postgis:17-3.5
alias: postgres
script:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment