Skip to content

Commit

Permalink
Merge pull request #115 from keitaroinc/sqlalchemy-upgrade-version
Browse files Browse the repository at this point in the history
upgrade sqlalchemy version
  • Loading branch information
stojanovskis1 committed Oct 17, 2023
2 parents a3a699c + 9233fdc commit 94eb11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/ckan/2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ RUN pip install -e /srv/app/src/ckan && \
# Change ownership to app user
chown -R ckan:ckan /srv/app

RUN pip install sqlalchemy==1.3.19
# Remove wheels
RUN rm -rf /srv/app/wheels /srv/app/ext_wheels

Expand Down

0 comments on commit 94eb11c

Please sign in to comment.