Skip to content

Commit 6856443

Browse files
committed
Upgrade Vagrant image to use Fedora 38
We were still using Fedora 36 Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 54e80f4 commit 6856443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/Vagrantfile-fedora

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Vagrant box for testing
55
Vagrant.configure("2") do |config|
6-
config.vm.box = "fedora/36-cloud-base"
6+
config.vm.box = "fedora/38-cloud-base"
77
memory = 6144
88
cpus = 4
99

0 commit comments

Comments
 (0)