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

Commit 0a34116

Browse files
author
Leo Gallucci
committed
Bump Supervisor to 2018-09-28 837c159ae51f3b
1 parent b47bb23 commit 0a34116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,12 @@ RUN cd /usr/local/bin \
345345
# RUN apt -qqy update \
346346
# && apt -qqy install \
347347
# supervisor \
348+
# 2018-09-28 commit: 837c159ae51f3b, supervisor/version.txt: 4.0.0.dev0
348349
# 2018-06-01 commit: ec495be4e28c69, supervisor/version.txt: 4.0.0.dev0
349350
# 2017-10-21 commit: 3f04badc3237f0, supervisor/version.txt: 4.0.0.dev0
350351
# 2017-05-30 commit: 946d9cf3be4db3, supervisor/version.txt: 4.0.0.dev0
351352
ENV RUN_DIR="/var/run/sele"
352-
RUN SHA="ec495be4e28c694af1e41514e08c03cf6f1496c8" \
353+
RUN SHA="837c159ae51f3bf12c1d30a8cb44f3450611983c" \
353354
&& pip install --no-cache \
354355
"https://github.com/Supervisor/supervisor/zipball/${SHA}" || \
355356
pip install --no-cache \

0 commit comments

Comments
 (0)