Skip to content

Commit

Permalink
Merge pull request #4261 from kolyshkin/1.1-4256
Browse files Browse the repository at this point in the history
[1.1] Vagrantfile.fedora: bump Fedora to 39
  • Loading branch information
lifubang committed Apr 26, 2024
2 parents b0691ca + 265e737 commit 5bfff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile.fedora
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
# Fedora box is used for testing cgroup v2 support
config.vm.box = "fedora/38-cloud-base"
config.vm.box = "fedora/39-cloud-base"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
Expand Down

0 comments on commit 5bfff6a

Please sign in to comment.