Update vagrant box image to openSUSE 42.2
And fix dependencies
This commit is contained in:
parent
ed1f219b81
commit
bf7e890739
2 changed files with 2 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
|
|||
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://atlas.hashicorp.com/search.
|
||||
config.vm.box = "opensuse/openSUSE-42.1-x86_64"
|
||||
config.vm.box = "opensuse/openSUSE-42.2-x86_64"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
# boxes will only be checked for updates when the user runs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue