Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 049daf9

Browse files
committed
Bump supervisord to 2017-05-30 commit: 946d9cf3be4db3
1 parent 0bf2ed9 commit 049daf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ RUN cd /usr/local/bin \
302302
# RUN apt-get -qqy update \
303303
# && apt-get -qqy install \
304304
# supervisor \
305+
# 2017-05-30 commit: 946d9cf3be4db3, supervisor/version.txt: 4.0.0.dev0
305306
# 2017-03-07 commit: 23925d017f8ecc, supervisor/version.txt: 4.0.0.dev0
306307
# 2017-01-05 commit: 8be5bc15e83f0f, supervisor/version.txt: 4.0.0.dev0
307-
# 2016-11-05 commit: cbebb93f58f4a9, supervisor/version.txt: 4.0.0.dev0
308308
ENV RUN_DIR="/var/run/sele"
309-
RUN SHA="23925d017f8eccafb1be57c509a07df75490c83d" \
309+
RUN SHA="946d9cf3be4db398f5c2474140e0b92880863bb2" \
310310
&& pip install --upgrade \
311311
"https://github.com/Supervisor/supervisor/zipball/${SHA}" \
312312
&& rm -rf /var/lib/apt/lists/* \
@@ -851,7 +851,7 @@ ENV FIREFOX_VERSION="${FF_VER}" \
851851
SUPERVISOR_STOPSIGNAL=TERM \
852852
SUPERVISOR_KILLASGROUP="false" \
853853
SUPERVISOR_STOPASGROUP="false" \
854-
LOG_LEVEL=info \
854+
LOG_LEVEL="info" \
855855
DISABLE_ROLLBACK="false" \
856856
LOGFILE_MAXBYTES=10MB \
857857
LOGFILE_BACKUPS=5 \

0 commit comments

Comments
 (0)