Skip to content

Commit

Permalink
bumping version of alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Dec 1, 2023
1 parent ca0a41c commit 23d627b
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 @@ -47,7 +47,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Pinning various packages to fix dependency issues
RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.6.5 markupsafe==2.0.1 pyopenssl==22.1.0
RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.11.1 markupsafe==2.0.1 pyopenssl==22.1.0

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

0 comments on commit 23d627b

Please sign in to comment.