aboutsummaryrefslogtreecommitdiffstats
path: root/alma9
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-06 14:33:39 +0000
commit886906f6abe1c3b92bd38de49cdb5abda3c62115 (patch)
treecaf6becf247e0d795d2a1daa6e9869f57eeef3b8 /alma9
parentupdate (diff)
downloadvagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.tar.gz
vagrantboxes-886906f6abe1c3b92bd38de49cdb5abda3c62115.zip
updates
Diffstat (limited to 'alma9')
-rw-r--r--alma9/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/alma9/Vagrantfile b/alma9/Vagrantfile
index 1ff5ea2..785aaed 100644
--- a/alma9/Vagrantfile
+++ b/alma9/Vagrantfile
@@ -5,7 +5,7 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt'
Vagrant.require_version '>= 2.2.6'
Vagrant.configure('2') do |config|
config.vm.box = 'almalinux/9'
- config.vm.box_version = '9.2.20230513'
+ config.vm.box_version = '9.2.20231118'
config.vm.box_check_update = false
config.vm.hostname = 'virt-alma9'