Skip to content

Commit c40bccd

Browse files
authored
Merge pull request #122 from JAORMX/fedora-38
Upgrade Vagrant image to use Fedora 38
2 parents 54e80f4 + 6856443 commit c40bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/Vagrantfile-fedora

Lines changed: 1 addition & 1 deletion
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)