I looked for latest Postgres image in Python tags and all I found is Postgres 15.7 version.
Latest postgres version is 16.3. Do you know what image is providing latest postgres in it? I need to call apt get postgres-client-16 in my Dockerfile.
I am running at the moment python:3.19-slim and when trying to install get the error Unable to locate package postgresql-client-16. Package postgresql-client-15 is installed correctly.
2