1
0
mirror of /repos/rpi-node.git synced 2025-12-31 08:11:29 +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

@ -4,7 +4,7 @@ FROM resin/rpi-raspbian:wheezy
MAINTAINER Dieter Reuter <dieter@hypriot.com>
# Install Node.js (from tarball)
ENV NODE_VERSION 0.11.16
ENV NODE_VERSION 0.12.0
ADD http://assets.hypriot.com/node-v${NODE_VERSION}-linux-armv6hf.tar.gz /
RUN \
cd /usr/local/ && \

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)