Skip to content

Commit 69f138a

Browse files
committed
chore(vagrant): update box to coreos-298.0.0
Manifest diff at coreos/manifest@468d152
1 parent f9e0ba5 commit 69f138a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ else
1414
end
1515

1616
Vagrant.configure("2") do |config|
17-
config.vm.box = "coreos-296.0.0"
18-
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/296.0.0/coreos_production_vagrant.box"
17+
config.vm.box = "coreos-298.0.0"
18+
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/298.0.0/coreos_production_vagrant.box"
1919

2020
config.vm.provider :vmware_fusion do |vb, override|
21-
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/296.0.0/coreos_production_vagrant_vmware_fusion.box"
21+
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/298.0.0/coreos_production_vagrant_vmware_fusion.box"
2222
end
2323

2424
config.vm.provider :virtualbox do |vb, override|

0 commit comments

Comments
 (0)