Skip to content

Commit 5bfff6a

Browse files
authored
Merge pull request #4261 from kolyshkin/1.1-4256
[1.1] Vagrantfile.fedora: bump Fedora to 39
2 parents b0691ca + 265e737 commit 5bfff6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)