From 3d7d44464eb816192833527e3c3b1fab78ecc9aa Mon Sep 17 00:00:00 2001 From: Nilkantha Aryal Date: Wed, 27 Jan 2016 16:24:27 -0500 Subject: [PATCH] Dummy checkin to have the latest as 0.10.38 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9007b23..a7d7825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM progrium/busybox MAINTAINER Harpreet Singh # Based on https://github.com/hwestphal/docker-nodebox -ENV VERSION v0.12.9 +ENV VERSION v0.10.38 ENV PATH /node-$VERSION-linux-x64/bin:$PATH RUN opkg-install curl ca-certificates libstdcpp && \