Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose: ensure we use PostgreSQL 15, like in production
`docker.io/library/postgres:alpine` is actually pointing on PostgreSQL 16 which is not the version we run in production. By pinning on `15-alpine` we reduce the delta with our target environment and reduce the risk of introducing some breaking changes in the future.
- Loading branch information
ac3c08e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.