From f207b122a24898e88d651776ae291efbae550ec8 Mon Sep 17 00:00:00 2001 From: hyness Date: Wed, 18 May 2016 10:15:38 -0700 Subject: [PATCH] Updated to 1.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0db690..47ba8d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM java:8-jre -ENV HBASE_VERSION 1.2.0 +ENV HBASE_VERSION 1.2.1 RUN apt-get update RUN apt-get -y install supervisor python-pip RUN pip install supervisor-stdout