From 9eafb8efb453cb5a071d94c464b19d48e6c74f06 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sat, 9 May 2015 16:30:09 +0200 Subject: [PATCH] aiko/rpi-node --- Dockerfile | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4576c6..f2d368e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Pull base image -FROM resin/rpi-raspbian:wheezy +FROM phusion/baseimage-pi:0.9.16 + MAINTAINER Dieter Reuter # Install Node.js (from tarball) diff --git a/Makefile b/Makefile index 2e67187..f5cfc38 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all build push test version DOCKER_IMAGE_VERSION=0.10.36 -DOCKER_IMAGE_NAME=hypriot/rpi-node +DOCKER_IMAGE_NAME=aiko/rpi-node DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) all: build