diff options
author | Shlee <github@shl.ee> | 2019-10-02 23:28:31 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-02 17:28:31 +0200 |
commit | f8a0c009206cb40aed6681e88e96fb5d9b30320c (patch) | |
tree | 636413bc9f3fb9018db3790eb7d574daa8c754ab /Dockerfile | |
parent | 3abe003f5938fe4194bffa1127d3451eca00e321 (diff) |
Update nodejs in Dockerfile (#12052)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index dc7945b84..e963674a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ |