diff --git a/Dockerfile b/Dockerfile index 15e87e1..9499a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM unionpos/ubuntu:16.04 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ wget \ - && wget -O nodesource_setup.sh https://deb.nodesource.com/setup_10.x \ + && wget -O nodesource_setup.sh https://deb.nodesource.com/setup_16.x \ && bash nodesource_setup.sh && rm -f nodesource_setup.sh \ && apt-get install -y nodejs \ && apt-get purge --auto-remove -y wget \ diff --git a/Makefile b/Makefile index b406573..3917441 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export DOCKER_ORG ?= unionpos export DOCKER_IMAGE ?= $(DOCKER_ORG)/node -export DOCKER_TAG ?= 10 +export DOCKER_TAG ?= 16 export DOCKER_IMAGE_NAME ?= $(DOCKER_IMAGE):$(DOCKER_TAG) export DOCKER_BUILD_FLAGS =