diff --git a/Vagrantfile b/Vagrantfile index 977eddee1..770d23436 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -480,7 +480,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Docker use image. config.vm.provider :docker do |d, override| - d.image = 'pentatonicfunk/vagrant-ubuntu-base-images:20.04' + d.image = 'pentatonicfunk/vagrant-ubuntu-base-images:24.04' d.has_ssh = true d.ports = [ "80:80" ] # HTTP d.ports += [ "443:443" ] # HTTPS