Skip to content

Commit 178ae16

Browse files
cgzonesjwcart2
authored andcommitted
scripts/ci: use F36 image instead of F34
Signed-off-by: Christian Göttsche <[email protected]> Acked-by: James Carter <[email protected]>
1 parent 73b9106 commit 178ae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SCRIPT
3434
# backwards compatibility). Please don't change it unless you know what
3535
# you're doing.
3636
Vagrant.configure("2") do |config|
37-
config.vm.box = "fedora/34-cloud-base"
37+
config.vm.box = "fedora/36-cloud-base"
3838
config.vm.synced_folder "../..", "/root/selinux"
3939

4040
config.vm.provider "virtualbox" do |v|

0 commit comments

Comments
 (0)