Relative Content

Tag Archive for pythonpostgresqldockerdockerfile

Python docker image with latest Postgres package?

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.