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 3cf109f commit fc18ceeCopy full SHA for fc18cee
Dockerfile
@@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
6
RUN mkdir -p /code
7
WORKDIR /code
8
9
-ARG NODE_VERSION=14.14.0
+ARG NODE_VERSION=15.5.1
10
11
COPY download-node /code/
12
RUN ./download-node ${NODE_VERSION}
0 commit comments