Skip to content

Commit

Permalink
Update to Fedora 36 for build container and test VM
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jun 20, 2022
1 parent b37e1e5 commit dba8c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -x
set -ex

ctr=$(buildah from registry.fedoraproject.org/fedora:33)
ctr=$(buildah from registry.fedoraproject.org/fedora:36)

rpms=(
make gcc ruby ruby-devel redhat-rpm-config # for building gems
Expand Down
2 changes: 1 addition & 1 deletion test/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Vagrant.configure(2) do |config|
mount_options: ['ro']

host = 'sshfs-tests'
box = 'fedora/34-cloud-base'
box = 'fedora/36-cloud-base'

config.vm.define host do | tmp |
tmp.vm.hostname = host
Expand Down

0 comments on commit dba8c30

Please sign in to comment.