deis / postgres

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

fix(rootfs): install wal-e from commit #69

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

After merging a fix to deis/wal-e, docker's cache did not bust. Instead users were still on the older version of deis/wal-e. Explicitly using the commit SHA forces a cache bust.

fixes #67