Skip to content

Commit

Permalink
Upgrade Vagrant image to use Fedora 38
Browse files Browse the repository at this point in the history
We were still using Fedora 36

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Jun 5, 2023
1 parent 54e80f4 commit 6856443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/Vagrantfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Vagrant box for testing
Vagrant.configure("2") do |config|
config.vm.box = "fedora/36-cloud-base"
config.vm.box = "fedora/38-cloud-base"
memory = 6144
cpus = 4

Expand Down

0 comments on commit 6856443

Please sign in to comment.