chore: bump runs-on image from ubuntu-22.04 to ubuntu-24.04

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-17 20:40:44 -04:00
parent 507526b01c
commit 5925f9c4d4
3 changed files with 7 additions and 7 deletions

2
Vagrantfile vendored
View File

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