Post
Installing a specific version of PostgreSQL in your Dockerfile
It's common to need a specific version of PostgreSQL installed for things like pg_dump in a Python docker project (which is often based on Debian). It's not hard, but it's easy to forget the exact steps, so I wanted to walk you through how to do it step by step.
dockerpostgresql