deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

build broken #196

Closed vdice closed 7 years ago

vdice commented 7 years ago

make docker-build failing, as alerted by ci: https://ci.deis.io/job/postgres/6/console

Confirmed same happens locally.

Failure centers around:

E: Version '9.4.11-1.pgdg16.04+1' for 'postgresql-9.4' was not found
E: Version '9.4.11-1.pgdg16.04+1' for 'postgresql-contrib-9.4' was not found

Seems we just need to bump postgres version specified in the Dockerfile? cc @mboersma