Closed Anishmourya closed 2 years ago
The problem is that only one version of PostgreSQL is supported for a given Alpine version (unless we were to build pg_dump
from source, or something like that).
To solve this I've created a fork of this project with a Dockerfile for each version of PostgreSQL, and configured Docker Hub so that each version gets its own tag. (Note: this fork introduces a number of other changes as well -- see README for details).
alpine 3.10 and postgresql 11.6-r0 , fixed pg_dump version issue Signed-off-by: Anish Kumar Dhanka anish.mourya5@gmail.com