Skip to content

Commit d0a0741

Browse files
committed
Fix Dockerfile linting issues
1 parent 50cad2e commit d0a0741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN set -ex \
1919
{ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ; \
2020
done
2121

22-
ENV NPM_CONFIG_LOGLEVEL info
23-
ENV NODE_VERSION 14.17.1
22+
ENV NPM_CONFIG_LOGLEVEL=info
23+
ENV NODE_VERSION=14.17.1
2424

2525
RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2626
&& curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

0 commit comments

Comments
 (0)