Closed StefanKuppelwieser closed 7 years ago
Am 07/12/2016 um 12:05 schrieb StefanKuppelwieser:
In the Vagrant-File is the Ubuntu-Version wrong
config.vm.box = "ffuenf/ubuntu-16.04-server-amd64"
does not exist
but you can solve this with
config.vm.box = "ffuenf/ubuntu-16.04.1-server-amd64"
thanks for the information -- it seems that the source does not make the old images available once an update is made. Can you please send a patch that does the change? See http://siemens.github.io/codeface/#/code. Thanks.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/siemens/codeface/issues/56, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbE1_IW_kzrk2pfu5RoAwD0q_Hhe0Cjks5rFpLkgaJpZM4LGdwC.
Changed in 46761d6408d6b137d1. Closing the issue.
In the Vagrant-File is the Ubuntu-Version wrong
does not exist
but you can solve this with