Skip to content

Commit

Permalink
Vagrantfile: use new buster base box
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebbe committed Dec 1, 2019
1 parent ef65767 commit 63ceb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
#config.vm.box = "debian/stretch64"
# use box with VRF support (kernel and iproute2)
config.vm.box = "jluebbe/ffbs-base"
config.vm.box_version = "20190109.0.0"
config.vm.box_version = "20191201.0.0"
#config.vm.network "public_network"

config.vm.synced_folder ".", "/vagrant", type: "rsync",
Expand Down

0 comments on commit 63ceb65

Please sign in to comment.