Update Dockerfile (#15232)

lolsob-rspec
Shlee 2020-11-29 18:50:02 +10:30 committed by GitHub
parent a217a14b58
commit 5630db1dab
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
SHELL ["bash", "-c"]
# Install Node v12 (LTS)
ENV NODE_VER="12.16.3"
ENV NODE_VER="12.20.0"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \