Update nodejs in Dockerfile (#12052)

Este commit está contenido en:
Shlee 2019-10-02 23:28:31 +08:00 cometido por Eugen Rochko
padre 3abe003f59
commit f8a0c00920
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
SHELL ["bash", "-c"]
# Install Node
ENV NODE_VER="12.9.1"
ENV NODE_VER="12.11.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget python && \