We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2d9aa commit b047205Copy full SHA for b047205
dockerfiles/Dockerfile.nodejs-rootless
@@ -2,7 +2,7 @@
2
# docker build . -t ik-nodejs
3
# docker run -it --rm ik-nodejs
4
5
-FROM node:20.18.3-slim
+FROM node:22.14.0-slim
6
7
RUN apt-get update && \
8
apt-get install -y git curl dumb-init && \
0 commit comments