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

Commit 96efc97

Browse files
authored
Merge pull request #248 from elgalu/supervisor-2018-06-01
Upgrade supervisor commit to 2018-06-01
2 parents 31cdea0 + 87d1fa1 commit 96efc97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,14 @@ RUN cd /usr/local/bin \
345345
# RUN apt -qqy update \
346346
# && apt -qqy install \
347347
# supervisor \
348+
# 2018-06-01 commit: ec495be4e28c69, supervisor/version.txt: 4.0.0.dev0
348349
# 2017-10-21 commit: 3f04badc3237f0, supervisor/version.txt: 4.0.0.dev0
349350
# 2017-05-30 commit: 946d9cf3be4db3, supervisor/version.txt: 4.0.0.dev0
350-
# 2017-03-07 commit: 23925d017f8ecc, supervisor/version.txt: 4.0.0.dev0
351-
# 2017-01-05 commit: 8be5bc15e83f0f, supervisor/version.txt: 4.0.0.dev0
352351
ENV RUN_DIR="/var/run/sele"
353-
RUN SHA="3f04badc3237f0d86fa88208455d8560c20bc2e7" \
352+
RUN SHA="ec495be4e28c694af1e41514e08c03cf6f1496c8" \
354353
&& pip install --no-cache \
354+
"https://github.com/Supervisor/supervisor/zipball/${SHA}" || \
355+
pip install --no-cache \
355356
"https://github.com/Supervisor/supervisor/zipball/${SHA}" \
356357
&& rm -rf /var/lib/apt/lists/* \
357358
&& apt -qyy clean

0 commit comments

Comments
 (0)