Skip to content

Commit

Permalink
And pinning markupsafe, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Nov 30, 2023
1 parent 4b2c630 commit dfb256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Insatlling alembic to address error on startup and pinning markupsafe image
RUN pip3 install --force-reinstall alembic==1.6.5 apache-superset==1.5.3
RUN pip3 install --force-reinstall alembic==1.6.5 apache-superset==1.5.3 markupsafe==2.0.1

# Switching back to using the `superset` user
USER superset

0 comments on commit dfb256c

Please sign in to comment.