Is your feature request related to a problem?
We are currently using postgres:16 in docker-compose.yml, while our production instance has been updated to engine version 17.9. This inconsistency can lead to potential issues and confusion.
Describe the solution you'd like
- Update the
docker-compose.yml to use postgres:17.9 for consistency with the production instance.
Is your feature request related to a problem?
We are currently using
postgres:16indocker-compose.yml, while our production instance has been updated to engine version 17.9. This inconsistency can lead to potential issues and confusion.Describe the solution you'd like
docker-compose.ymlto usepostgres:17.9for consistency with the production instance.