We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6d274 commit 7dedcd5Copy full SHA for 7dedcd5
1 file changed
Dockerfile
@@ -28,7 +28,7 @@ RUN wget https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
28
ENV PATH="/usr/local/go/bin:${PATH}"
29
30
# Install Node.js (LTS)
31
-ARG NODE_VERSION=18.15.0
+ARG NODE_VERSION=22.21.0
32
RUN apt-get install -y -qq --no-install-recommends nodejs npm && \
33
npm install -g n && n install ${NODE_VERSION}
34
0 commit comments