From 561ec06d73a16c69767eeccaf04cdbfbc7145da3 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Thu, 21 Oct 2021 11:06:08 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fad337..de8b233 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8-slim # Superset version -ARG SUPERSET_VERSION=1.3.1 +ARG SUPERSET_VERSION=1.3.2 LABEL maintainer "NoEnv" LABEL version "${SUPERSET_VERSION}"