Skip to content

Commit

Permalink
fix: update node installer link
Browse files Browse the repository at this point in the history
minor update
  • Loading branch information
Mossman1215 authored and ardrigh committed May 21, 2024
1 parent 9b0e124 commit 385a8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rpmbuild-centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/geonet/base-images/centos:centos7
# Install prerequisites
RUN curl -O https://nodejs.org/dist/latest-v20.x/node-v20.12.2-linux-x64.tar.xz \
RUN curl -O https://nodejs.org/dist/latest-v20.x/node-v20.13.1-linux-x64.tar.xz \
&& tar --strip-components 1 -xvf node-v* -C /usr/local \
&& yum install -y epel-release

Expand Down

0 comments on commit 385a8a2

Please sign in to comment.