Skip to content

Commit

Permalink
Update Ruby version to 3.3 for almalinux 9.4 (3.0 no longer available)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Jul 31, 2024
1 parent 0097190 commit bcc4f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dnf install --assumeyes \
&& echo "LANG=en_US.UTF-8" > /etc/locale.conf

# Installs ruby module and sets version to 3.0
RUN dnf module enable ruby:3.0 --assumeyes \
RUN dnf module enable ruby:3.3 --assumeyes \
&& dnf install --assumeyes \
ruby \
ruby-devel \
Expand Down

0 comments on commit bcc4f7e

Please sign in to comment.