Skip to content

Commit

Permalink
superset ~> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jun 8, 2022
1 parent efcadb2 commit 2de9ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM python:$PYTHON_VERSION
# Configure environment
# superset recommended defaults: https://superset.apache.org/docs/installation/configuring-superset#running-on-a-wsgi-http-server
# gunicorn recommended defaults: https://docs.gunicorn.org/en/0.17.2/configure.html#security
ARG SUPERSET_VERSION=1.5.0
ARG SUPERSET_VERSION=1.5.1
ENV FLASK_APP=superset
ENV GUNICORN_BIND=0.0.0.0:8088
ENV GUNICORN_LIMIT_REQUEST_FIELD_SIZE=8190
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPO := amancevice/superset
PYTHON_VERSION := 3.8
SUPERSET_VERSION := 1.5.0
SUPERSET_VERSION := 1.5.1

build: requirements-dev.txt
docker build \
Expand Down

0 comments on commit 2de9ff4

Please sign in to comment.