From 89b610b2803d3efead92f693d592d52c2b101847 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Wed, 29 Mar 2017 11:49:52 -0400 Subject: [PATCH] Superset 0.17.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 415ec3ed8..6d22d6adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM amancevice/pandas:0.18.1-python3 # Install -ENV SUPERSET_VERSION 0.17.1 +ENV SUPERSET_VERSION 0.17.2 RUN apk add --no-cache \ curl \ libffi-dev \