Skip to content

Commit

Permalink
Revert pinning of uWSGI version as 2.0.25.1 has been published which …
Browse files Browse the repository at this point in the history
…mitigates an issue we had with 2.0.25
  • Loading branch information
bartvanb committed Apr 21, 2024
1 parent bf8a391 commit f7bacb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/algorithm-store.Dockerfile
Expand Up @@ -36,6 +36,6 @@ RUN apt-get install --no-install-recommends --no-install-suggests -y \
RUN CFLAGS="-I/usr/local/opt/openssl/include" \
LDFLAGS="-L/usr/local/opt/openssl/lib" \
UWSGI_PROFILE_OVERRIDE=ssl=true \
pip install uwsgi==2.0.24 -Iv
pip install uwsgi -Iv

RUN chmod +x /vantage6/vantage6-algorithm-store/server.sh
2 changes: 1 addition & 1 deletion docker/node-and-server.Dockerfile
Expand Up @@ -47,7 +47,7 @@ RUN apt-get install --no-install-recommends --no-install-suggests -y \
RUN CFLAGS="-I/usr/local/opt/openssl/include" \
LDFLAGS="-L/usr/local/opt/openssl/lib" \
UWSGI_PROFILE_OVERRIDE=ssl=true \
pip install uwsgi==2.0.24 -Iv
pip install uwsgi -Iv

RUN chmod +x /vantage6/vantage6-server/server.sh

Expand Down

0 comments on commit f7bacb4

Please sign in to comment.