Upgrade Vagrant to F40
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
ea7126d73d
commit
eeca086bff
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = "fedora/39-cloud-base"
|
||||
config.vm.box = "fedora/40-cloud-base"
|
||||
|
||||
# Create the toddlers dev box
|
||||
config.vm.define "toddlers" do |toddlers|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue