Skip to content

Commit

Permalink
vagrant: Bump all Vagrant box versions
Browse files Browse the repository at this point in the history
Mostly to pick up the latest commits on bpf-next, which fix
vulnerabilities but may increase complexity.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and christarazi committed Jun 22, 2021
1 parent ba4acfe commit edf76fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vagrant_box_defaults.rb
Expand Up @@ -3,12 +3,12 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "199"
$SERVER_VERSION= "202"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "94"
$NETNEXT_SERVER_VERSION= "97"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "3"
@v54_SERVER_VERSION= "5"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "39"
@v419_SERVER_VERSION= "41"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "199"
@v49_SERVER_VERSION= "202"

0 comments on commit edf76fb

Please sign in to comment.