Skip to content

Commit

Permalink
fix: update to usable nodejs version
Browse files Browse the repository at this point in the history
20.10 404's
  • Loading branch information
Mossman1215 committed Feb 19, 2024
1 parent 5c01dec commit 3a815aa
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.10.0-linux-arm64.tar.xz \
RUN curl -O https://nodejs.org/dist/latest-v20.x/node-v20.11.1-linux-arm64.tar.xz \
&& tar --strip-components 1 -xvf node-v* -C /usr/local \
&& yum install -y epel-release

Expand Down

0 comments on commit 3a815aa

Please sign in to comment.