Browse Source

Update nodejs in Dockerfile (#12052)

pull/4/head
Shlee 4 years ago
committed by Eugen Rochko
parent
commit
f8a0c00920
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

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

Loading…
Cancel
Save