Skip to content

Commit 68038d4

Browse files
authored
Merge pull request #327 from finsberg/bump-node-version
Bump node version 20.19.2 -> 24.9.0
2 parents 26b82db + 13855fb commit 68038d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ RUN echo 'end: minimal'
105105

106106
FROM minimal AS final
107107

108-
ARG NODE=20.19.2
109-
ARG NODE_SHA256=eec2c7b9c6ac72e42885a42edfc0503c0e4ee455f855c4a17a6cbcf026656dd5
108+
ARG NODE=24.9.0
109+
ARG NODE_SHA256=d57d6c28a35785f58f33899a0aa0bfc83f7a8ef4448b6cf3f7d0961efc7b9189
110110
ENV PATH=/opt/node/bin:$PATH
111111
RUN : \
112112
&& echo 'lang: node' \

0 commit comments

Comments
 (0)