feat: upgrade test suite from ubuntu 20.04 to 22.04

This commit is contained in:
Jose Diaz-Gonzalez
2023-09-06 22:37:21 -04:00
parent 201eac3809
commit 4557c96858
4 changed files with 5 additions and 5 deletions

2
Vagrantfile vendored
View File

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