Skip to content

Commit ed75645

Browse files
committed
version lock postgis in compose
1 parent 0242c9e commit ed75645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ services:
140140
condition: service_healthy
141141

142142
postgres:
143-
image: postgis/postgis
143+
image: postgis/postgis:16-master
144144
environment:
145145
POSTGRES_USER: ${POSTGRES_USER}
146146
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
condition: service_healthy
133133

134134
postgres:
135-
image: postgis/postgis
135+
image: postgis/postgis:16-master
136136
environment:
137137
POSTGRES_USER: ${POSTGRES_USER}
138138
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)