Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mancevice committed Dec 29, 2016
1 parent ba0a42c commit d138218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amancevice/pandas:0.18.1-python3

# Install
ENV SUPERSET_VERSION 0.15.0
ENV SUPERSET_VERSION 0.15.1
RUN apk add --no-cache \
curl \
libffi-dev \
Expand Down Expand Up @@ -34,4 +34,4 @@ USER superset
EXPOSE 8088
HEALTHCHECK CMD ["curl", "-f", "http://localhost:8088/health"]
ENTRYPOINT ["superset"]
CMD ["runserver", "--address", "0.0.0.0"]
CMD ["runserver"]

0 comments on commit d138218

Please sign in to comment.