Skip to content

Commit 95cf57a

Browse files
marcosnilsfntlnz
authored andcommitted
Upgrading to ubuntu focal since disco returns 404
1 parent 59bd324 commit 95cf57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2121
# setup nodes
2222
num_machines.times do |n|
2323
config.vm.define "bpftutorial-#{n+1}" do |net|
24-
net.vm.box = "ubuntu/disco64"
24+
net.vm.box = "ubuntu/focal64"
2525
net_ip = ips[n]
2626
net_index = n+1
2727
net.vm.hostname = "bpftutorial-#{net_index}"

0 commit comments

Comments
 (0)