Skip to content

Commit

Permalink
Update Dockerfile (#16696)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleeable committed Sep 13, 2021
1 parent 3d98f31 commit 12cb6ed
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 @@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
SHELL ["/bin/bash", "-c"]

# Install Node v14 (LTS)
ENV NODE_VER="14.17.4"
ENV NODE_VER="14.17.6"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit 12cb6ed

Please sign in to comment.