1
0
mirror of /repos/rpi-node.git synced 2026-02-27 17:41:59 +01:00

bump version to Node.js v0.12.0

This commit is contained in:
Dieter Reuter
2015-02-22 14:17:15 +01:00
parent 1f91be1595
commit ea6ab60898
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: all build push test version
DOCKER_IMAGE_VERSION=0.11.16
DOCKER_IMAGE_VERSION=0.12.0
DOCKER_IMAGE_NAME=hypriot/rpi-node
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)