ci: update Linux image to Fedora 36

This commit is contained in:
Ben Boeckel
2022-05-16 20:20:13 -04:00
committed by Brad King
parent 13c5153ccd
commit 483ff3b903
4 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
FROM fedora:35 as rvm-build
FROM fedora:36 as rvm-build
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY install_rvm.sh /root/install_rvm.sh
RUN sh /root/install_rvm.sh
FROM fedora:35
FROM fedora:36
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY install_deps.sh /root/install_deps.sh

View File

@@ -14,6 +14,6 @@ dnf install --setopt=install_weak_deps=False -y \
curl -sSL https://get.rvm.io | bash -s stable
# keep version in sync with `env_fedora*_makefiles.cmake`
/usr/local/rvm/bin/rvm install ruby-2.7.0
/usr/local/rvm/bin/rvm install ruby-3.0.4
tar -C /usr/local -cf /root/rvm.tar rvm