Closed rustprooflabs closed 2 years ago
The main change is to update to Postgres 15. To get the latest image to work I had to add USE_PROJ_LIB = 6, for some reason the default auto setting was failing.
USE_PROJ_LIB = 6
auto
Also updated:
The main change is to update to Postgres 15. To get the latest image to work I had to add
USE_PROJ_LIB = 6
, for some reason the defaultauto
setting was failing.Also updated: