We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cad2e commit d0a0741Copy full SHA for d0a0741
14/Dockerfile
@@ -19,8 +19,8 @@ RUN set -ex \
19
{ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ; \
20
done
21
22
-ENV NPM_CONFIG_LOGLEVEL info
23
-ENV NODE_VERSION 14.17.1
+ENV NPM_CONFIG_LOGLEVEL=info
+ENV NODE_VERSION=14.17.1
24
25
RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
26
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
0 commit comments