Skip to content

Commit e1e67ac

Browse files
authored
chore: update postgis version in compose (#24091)
The `12-3.3` tag was last published almost 3 years ago.
1 parent 734392b commit e1e67ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ x-web-base: &web-base
2222
DB_PASSWORD: ${DB_PASSWORD}
2323

2424
x-db-base: &db-base
25-
image: ghcr.io/baosystems/postgis:12-3.3
25+
image: ghcr.io/baosystems/postgis:16-3.5
2626
# uncomment to enable query logging
2727
# command:
2828
# ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]

0 commit comments

Comments
 (0)