Skip to content

Commit 7dedcd5

Browse files
committed
Update to Node v22
1 parent bc6d274 commit 7dedcd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN wget https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
2828
ENV PATH="/usr/local/go/bin:${PATH}"
2929

3030
# Install Node.js (LTS)
31-
ARG NODE_VERSION=18.15.0
31+
ARG NODE_VERSION=22.21.0
3232
RUN apt-get install -y -qq --no-install-recommends nodejs npm && \
3333
npm install -g n && n install ${NODE_VERSION}
3434

0 commit comments

Comments
 (0)