feat: upgrade test os to ubuntu 20.04

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-07 16:19:02 -05:00
parent 1aae1afe5c
commit 31c2c9724d
2 changed files with 3 additions and 3 deletions

2
Vagrantfile vendored
View File

@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-18.04"
BOX_NAME = ENV["BOX_NAME"] || "bento/ubuntu-20.04"
BOX_MEMORY = ENV["BOX_MEMORY"] || "2048"
DOKKU_VERSION = "master"