From e85f98ad8a5944d5822e6a50959e4227e07c06f4 Mon Sep 17 00:00:00 2001 From: Hendrawan Kuncoro Date: Sun, 20 Oct 2024 07:15:24 +0700 Subject: [PATCH] Use ubuntu 24.04 as default image for docker provider --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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