From 87367aad9ccf24ca38060338a23ed70751a5191d Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Tue, 29 Nov 2016 22:51:43 -0500 Subject: [PATCH] 0.14.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e5061580..b758f3967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM amancevice/pandas:0.18.1-python3 MAINTAINER smallweirdnum@gmail.com # Install -ENV SUPERSET_VERSION 0.13.2 +ENV SUPERSET_VERSION 0.14.1 RUN apk add --no-cache \ curl \ libffi-dev \