Open ralftar opened 1 month ago
Use only one dockerfile/distro
Using FROM postgres:17.2 will lead version bumps by dependabot on PostgreSQL which is an important component.
FROM postgres:17.2
Use only one dockerfile/distro