upgrade sqlalchemy version

This commit is contained in:
stojanovskis1@icloud.com 2023-10-16 14:14:31 +02:00
parent a3a699cc48
commit 9233fdc829
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ RUN pip install -e /srv/app/src/ckan && \
# Change ownership to app user # Change ownership to app user
chown -R ckan:ckan /srv/app chown -R ckan:ckan /srv/app
RUN pip install sqlalchemy==1.3.19
# Remove wheels # Remove wheels
RUN rm -rf /srv/app/wheels /srv/app/ext_wheels RUN rm -rf /srv/app/wheels /srv/app/ext_wheels