Skip to content

Commit

Permalink
Upgrade to ruby:3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jan 24, 2024
1 parent 1fee971 commit 05089a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm && \
dnf -y update && \
dnf -y module enable postgresql:13 ruby:3.0 && \
dnf -y module enable postgresql:13 ruby:3.1 && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-18-radjabov-nightly; fi && \
dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,redhat-release* --save && \
if [[ "$LOCAL_RPM" = "true" ]]; then /create_local_yum_repo.sh; fi && \
Expand Down

0 comments on commit 05089a3

Please sign in to comment.