Skip to content

Commit

Permalink
Set lts/iron as the default Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 28, 2024
1 parent 06417fe commit 7cca5fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,13 @@ FROM "$USER_IMAGE"
# Install the latest LTS version of Node.js,
# but keeping within the releases code-named
# "iron" (v20.x)
# Also install the previous LTS release just
# in case some applicaitons still use it
# (Install the previous LTS release, just in
# case some applicaitons still use it)
# ==========================================
RUN . "$NVM_DIR/nvm.sh"; \
nvm install lts/hydrogen; \
nvm install lts/iron
nvm install lts/iron; \
nvm use lts/iron

# ==========================================
# Into our .local/bin/ directory copy in the
Expand Down

0 comments on commit 7cca5fb

Please sign in to comment.