Skip to content

Commit

Permalink
vagrant: Bump all Vagrant box versions
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and christarazi committed Nov 14, 2020
1 parent f65bee5 commit 51826b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant_box_defaults.rb
Expand Up @@ -3,10 +3,10 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "181"
$SERVER_VERSION= "183"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "75"
$NETNEXT_SERVER_VERSION= "77"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "22"
@v419_SERVER_VERSION= "24"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "181"
@v49_SERVER_VERSION= "183"

0 comments on commit 51826b3

Please sign in to comment.