Skip to content

Commit

Permalink
Bump docker postgis (#269)
Browse files Browse the repository at this point in the history
Production was upgraded to PostgreSQL 15.4 so docker postgis needs to be
upgraded as well to the closest version.
  • Loading branch information
suutari-ai authored Nov 15, 2023
2 parents 2475106 + 8c2c439 commit fe8df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
db:
image: postgis/postgis:10-3.0
image: postgis/postgis:15-3.4
environment:
POSTGRES_DB: parkkihubi
POSTGRES_USER: parkkihubi
Expand Down

0 comments on commit fe8df51

Please sign in to comment.