1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00

vagrant: use bento/ubuntu-24.04 for now

This commit is contained in:
Thomas Waldmann 2024-09-30 22:49:29 +02:00
parent 54fac33e69
commit f7d0cbeeed
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

@ -279,7 +279,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "noble" do |b|
b.vm.box = "ubuntu/noble64"
b.vm.box = "bento/ubuntu-24.04"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end