From e9620cf58ac3402c805766b83e5435c1c4469b35 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Wed, 25 Jan 2017 06:20:21 -0500 Subject: [PATCH] 0.15.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7effa8806..fd3e3bf5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM amancevice/pandas:0.18.1-python3 # Install -ENV SUPERSET_VERSION 0.15.1 +ENV SUPERSET_VERSION 0.15.4 RUN apk add --no-cache \ curl \ libffi-dev \