We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b386a22 commit 2c59486Copy full SHA for 2c59486
workspace/Dockerfile
@@ -19,7 +19,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
19
## Node
20
##
21
22
-ARG NODE_VERSION
+ARG NODE_VERSION=latest
23
24
# Install the specified NODE_VERSION or grab latest
25
RUN n "$NODE_VERSION"
0 commit comments