From c56b09f0d40732e9aca0c3abd4b44bd5c783c7e7 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Fri, 24 Feb 2017 14:10:37 -0600 Subject: [PATCH] Superset 0.16.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ab01a149..19f9e0171 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM amancevice/pandas:0.18.1-python3 # Install -ENV SUPERSET_VERSION 0.16.0 +ENV SUPERSET_VERSION 0.16.1 RUN apk add --no-cache \ curl \ libffi-dev \