We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a8a18 commit ee3c50fCopy full SHA for ee3c50f
docker/onadata-uwsgi/Dockerfile.ubuntu
@@ -45,7 +45,7 @@ RUN python -m pip install --no-cache-dir -U pip && \
45
python -m pip install --no-cache-dir -r requirements/s3.pip && \
46
python -m pip install --no-cache-dir -r requirements/ses.pip && \
47
python -m pip install --no-cache-dir -r requirements/azure.pip && \
48
- python -m pip install --no-cache-dir pyyaml==6.0.3 uwsgitop==0.12 supervisor==4.2.5
+ python -m pip install --no-cache-dir pyyaml==6.0.3 uwsgitop==0.12 supervisor==4.3.0
49
50
ARG INSTALL_DEV_DEPENDENCIES=false
51
RUN if [ "$INSTALL_DEV_DEPENDENCIES" = "true" ]; then \
0 commit comments