Skip to content

Commit

Permalink
Upgrade Node to v14.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 2, 2020
1 parent d90f05c commit 1ed93aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install pip-tools
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.19.0
ENV NODE_VERSION 14.15.1

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit 1ed93aa

Please sign in to comment.