Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
`docker exec -it cat /synapse.version` prints out `master` instead of the version #2
Comments
|
right! It is gone as I remove the git dependency. |
jhamfler
commented
Mar 3, 2016
|
Wow what a fast answer. Thank you very much for your help! |
jhamfler
commented
Mar 3, 2016
|
I have another question related to it:
|
silvio
closed this
in
0e176ca
Mar 3, 2016
|
@jhamfler I think the version output string has changed. Try to use |
|
@jhamfler ... and you have to pull the new images via |
jhamfler
commented
Mar 8, 2016
|
I removed the whole image and downloaded it again a few days ago to have everything clean. It works well, thank you for your help! |
jhamfler commentedMar 3, 2016
Does the docker image always contain the newest synapse when I build a new image out of your repo?
Using
docker exec -it cat /synapse.versionsays that I am onmasterbut not where the HEAD is or which version. So I could be an an old master, right?