Skip to content
Snippets Groups Projects
Commit 59b013df authored by Shlee's avatar Shlee Committed by Eugen Rochko
Browse files

Update NodeJS source for Docker Image (#11707)

* Update Ruby/Node/jemalloc source for Docker Image

* Update Dockerfile

* Update Dockerfile
parent 33f4b6e1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
SHELL ["bash", "-c"]
# Install Node
ENV NODE_VER="8.15.0"
ENV NODE_VER="12.9.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget make gcc g++ python && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment