Skip to content

Commit

Permalink
Merge pull request #277 from mjvankampen/update-node
Browse files Browse the repository at this point in the history
Update node to latest LTS (20.17.0)
  • Loading branch information
asottile authored Oct 1, 2024
2 parents 7d4d12e + c5d14aa commit 5d3a1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ RUN echo 'end: minimal'

FROM minimal AS final

ARG NODE=18.17.1
ARG NODE_SHA256=2cb75f2bc04b0a3498733fbee779b2f76fe3f655188b4ac69ef2887b6721da2d
ARG NODE=20.17.0
ARG NODE_SHA256=21e656f6f4e34080ddc5d75fbfe58ce8482fe6e70a76aeae14afdcdc1e23079d
ENV PATH=/opt/node/bin:$PATH
RUN : \
&& echo 'lang: node' \
Expand Down

0 comments on commit 5d3a1aa

Please sign in to comment.