Skip to content

Commit ec21697

Browse files
committed
Upgrade to Postgis 3.2.0
1 parent 23c3200 commit ec21697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.no.hipaa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
depends_on:
5151
- parse
5252
db:
53-
image: netreconlab/parse-postgres:13-3.1
53+
image: postgis/postgis:14-3.1
5454
environment:
5555
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
5656
PG_PARSE_USER: ${PG_PARSE_USER}

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
depends_on:
5151
- parse
5252
db:
53-
image: netreconlab/hipaa-postgres:14-3_1
53+
image: netreconlab/hipaa-postgres:14-3.2
5454
environment:
5555
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
5656
PG_PARSE_USER: ${PG_PARSE_USER}

0 commit comments

Comments
 (0)