Skip to content

Commit c1fe0c6

Browse files
committed
Missed update to 20
1 parent 7f38a08 commit c1fe0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packagingenv/rockylinux8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN yum -y install gcc-c++ make git libicu-devel rpmdevtools
66
RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
77

88
# Install development tools
9-
RUN yum -y module install nodejs:10
9+
RUN yum -y module install nodejs:20
1010

1111
# Install python3 for gyp
1212
RUN yum -y install python3

0 commit comments

Comments
 (0)