Skip to content

Commit 2c59486

Browse files
committed
Added default arguments for workspace Dockerfile
1 parent b386a22 commit 2c59486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1919
## Node
2020
##
2121

22-
ARG NODE_VERSION
22+
ARG NODE_VERSION=latest
2323

2424
# Install the specified NODE_VERSION or grab latest
2525
RUN n "$NODE_VERSION"

0 commit comments

Comments
 (0)