diff --git a/docker/algorithm-store.Dockerfile b/docker/algorithm-store.Dockerfile index 789ecb6f6..635718cea 100644 --- a/docker/algorithm-store.Dockerfile +++ b/docker/algorithm-store.Dockerfile @@ -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 diff --git a/docker/node-and-server.Dockerfile b/docker/node-and-server.Dockerfile index 07c738e4d..7f02f08a9 100644 --- a/docker/node-and-server.Dockerfile +++ b/docker/node-and-server.Dockerfile @@ -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