Skip to content

Commit

Permalink
vagrant: bump development VM images
Browse files Browse the repository at this point in the history
- Use bpf-next.git tree
- Use upstream bpftool again
- Removed go-bindata dependency

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
  • Loading branch information
borkmann committed Feb 28, 2020
1 parent 302831a commit ad223e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant_box_defaults.rb
Expand Up @@ -3,6 +3,6 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "166"
$SERVER_VERSION= "167"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "44"
$NETNEXT_SERVER_VERSION= "45"

0 comments on commit ad223e8

Please sign in to comment.