Skip to content

Commit

Permalink
Container images upgrade to NodeJS 18 and Ruby 3.1 (#2953)
Browse files Browse the repository at this point in the history
As of #2885

Signed-off-by: Songlin Jiang <[email protected]>
  • Loading branch information
HollowMan6 authored Aug 9, 2023
1 parent 4169650 commit 6dac38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf -y install https://yum.osc.edu/ondemand/latest/ondemand-release-web-late
RUN dnf -y update && \
dnf install -y dnf-utils && \
dnf config-manager --set-enabled powertools && \
dnf -y module enable nodejs:14 ruby:3.0 && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf install -y \
file \
lsof \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cp /etc/yum.repos.d/ondemand-web.repo /etc/yum.repos.d/ondemand-nightly-web.
RUN dnf -y update && \
dnf install -y dnf-utils && \
dnf config-manager --set-enabled powertools && \
dnf -y module enable nodejs:14 ruby:3.0 && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf install -y epel-release && \
dnf install -y ondemand ondemand-dex && \
dnf clean all && rm -rf /var/cache/dnf/*
Expand Down

0 comments on commit 6dac38c

Please sign in to comment.