This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
308308ENV 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 \
You can’t perform that action at this time.
0 commit comments