shanesveller / docker-phoenix-framework

Docker image ready for Phoenix Framework apps (Elixir-Lang)
https://registry.hub.docker.com/u/shanesveller/phoenix-framework/
MIT License
8 stars 9 forks source link

New hex version #5

Open maslenkov opened 8 years ago

maslenkov commented 8 years ago

My local hex version is 0.12. So when I try to build my docker image it fails on last step(compile).

Step 1 : RUN mix compile
 ---> Running in 538f3403fe80
A new Hex version is available (0.12.0), please update with `mix local.hex`
Unchecked dependencies for environment prod:
* tzdata (Hex package)
  lock mismatch: the dependency is out of date (run "mix deps.get" to fetch locked version)
* calendar (Hex package)
  lock mismatch: the dependency is out of date (run "mix deps.get" to fetch locked version)
* calecto (Hex package)
  lock mismatch: the dependency is out of date (run "mix deps.get" to fetch locked version)
* phoenix_calendar (Hex package)
  lock mismatch: the dependency is out of date (run "mix deps.get" to fetch locked version)
** (Mix) Can't continue due to errors on dependencies
The command '/bin/sh -c mix compile' returned a non-zero code: 1

I didn't find issues and forks abilities on docker hub so I've pushed my own version to maslenkov/phoenix-framework; but I don't like reinvent the wheel, so can you upgrade your image? Or create new version?