diff --git a/Makefile b/Makefile index 33e427a4..ff8637ab 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PKG_VERSION = $(shell ./node_modules/.bin/latest-version $(PKG_NAME)) NPM_PROXY = https://registry.npmjs.com DOCKER_USER := makeomatic DIST := $(DOCKER_USER)/$(PKG_NAME) -NODE_VERSIONS := 5.8.0 +NODE_VERSIONS := 5.9.0 ENVS := development production TASK_LIST := $(foreach env,$(ENVS),$(addsuffix .$(env), $(NODE_VERSIONS))) WORKDIR := /src