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 aanm committed Aug 14, 2020
1 parent ca2aece commit a4e7bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant_box_defaults.rb
Expand Up @@ -3,10 +3,10 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "175"
$SERVER_VERSION= "178"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "60"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "16"
@v419_SERVER_VERSION= "19"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "175"
@v49_SERVER_VERSION= "178"

0 comments on commit a4e7bc6

Please sign in to comment.