Skip to content

Commit

Permalink
Update Node from v18 to v20 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Dec 4, 2023
1 parent b463567 commit a3f61d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ USER app
# ==========================================
# Install the latest LTS version of Node.js,
# but keeping within the releases code-named
# as "hydrogen" (v18)
# as "iron" (v20)
# ==========================================
RUN . "$NVM_DIR/nvm.sh"; \
nvm install lts/hydrogen
nvm install lts/iron

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

0 comments on commit a3f61d0

Please sign in to comment.