Skip to content

Commit 969173e

Browse files
committed
fix intendation 2
1 parent 21bdea6 commit 969173e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

superset/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ RUN python3 -m venv /stackable/app \
103103
# Superset 4.1.0 will contain at least 22.0.0, the bump was done in https://github.com/apache/superset/commit/4f693c6db0dc5c7286a36b8d23e90541943ff13f
104104
# We only want to bump this for the 4.0.x line, as the others already have updated and we don't want to accidentially downgrade the version
105105
&& if [[ "$PRODUCT" =~ ^4\.0\..* ]]; \
106-
then echo "Superset 4.0.x detected, installing gunicorn 22.0.0 to fix CVE-2024-1135" \
107-
&& pip install gunicorn==22.0.0; \
106+
then echo "Superset 4.0.x detected, installing gunicorn 22.0.0 to fix CVE-2024-1135" \
107+
&& pip install gunicorn==22.0.0; \
108108
fi \
109109
&& pip install \
110-
--no-cache-dir \
111-
--upgrade \
112-
python-json-logger \
113-
cyclonedx-bom \
110+
--no-cache-dir \
111+
--upgrade \
112+
python-json-logger \
113+
cyclonedx-bom \
114114
&& if [ -n "$AUTHLIB" ]; then pip install Authlib==${AUTHLIB}; fi && \
115115
pip install --no-cache-dir /tmp/opa_authorizer-0.1.0-py3-none-any.whl
116116

0 commit comments

Comments
 (0)