Skip to content

Commit 8896fea

Browse files
authored
Merge pull request #93 from hcorson-dosch-usgs/minor_fixes
Minor fixes
2 parents d873617 + 9b7e4d4 commit 8896fea

File tree

4 files changed

+2080
-1763
lines changed

4 files changed

+2080
-1763
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN apt-get update && \
99
apt-get purge -y --auto-remove && \
1010
apt-get clean
1111

12-
# Enable the NodeSource repository and install the latest nodejs
13-
RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && \
14-
apt-get install nodejs -y
12+
# Enable the NodeSource repository and install nodejs version 20 (current LTS as of May 2024)
13+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
14+
apt-get install -y nodejs
1515

1616
# Create temp directory for building viz app
1717
RUN mkdir -p /tmp/gw-conditions

0 commit comments

Comments
 (0)