Skip to content

Commit

Permalink
Fixing version name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Nov 30, 2023
1 parent 2c48248 commit 4b2c630
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 superset==1.5.3
RUN pip3 install --force-reinstall alembic==1.6.5 apache-superset==1.5.3

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

0 comments on commit 4b2c630

Please sign in to comment.