Skip to content

Commit ee3c50f

Browse files
committed
Update supervisor from 4.2.5 to 4.3.0
1 parent 85a8a18 commit ee3c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/onadata-uwsgi/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN python -m pip install --no-cache-dir -U pip && \
4545
python -m pip install --no-cache-dir -r requirements/s3.pip && \
4646
python -m pip install --no-cache-dir -r requirements/ses.pip && \
4747
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
48+
python -m pip install --no-cache-dir pyyaml==6.0.3 uwsgitop==0.12 supervisor==4.3.0
4949

5050
ARG INSTALL_DEV_DEPENDENCIES=false
5151
RUN if [ "$INSTALL_DEV_DEPENDENCIES" = "true" ]; then \

0 commit comments

Comments
 (0)