Thanks for making this tool, it is very useful... however the version currently available on docker hub is based on postgres 11.2 so doesn't work on recent postgres databases.
As the dockerfile is based on postgres:alpine with no version specified, I think all that is needed is to re-run the build process and it would automatically use the latest postgres base image?
Happy to fork this and deploy to docker hub myself, but thought I'd ask here first.
Many thanks.
Thanks for making this tool, it is very useful... however the version currently available on docker hub is based on postgres 11.2 so doesn't work on recent postgres databases.
As the dockerfile is based on
postgres:alpinewith no version specified, I think all that is needed is to re-run the build process and it would automatically use the latest postgres base image?Happy to fork this and deploy to docker hub myself, but thought I'd ask here first.
Many thanks.