|
3 | 3 | ################################################### |
4 | 4 | #== Ubuntu xenial is 16.04, i.e. FROM ubuntu:16.04 |
5 | 5 | # search for more at https://registry.hub.docker.com/_/ubuntu/tags/manage/ |
6 | | -FROM ubuntu:xenial-20160629 |
| 6 | +FROM ubuntu:xenial-20160706 |
7 | 7 | ENV UBUNTU_FLAVOR="xenial" \ |
8 | | - UBUNTU_DATE="20160629" |
| 8 | + UBUNTU_DATE="20160706" |
9 | 9 |
|
10 | 10 | #== Ubuntu wily is 15.10, i.e. FROM ubuntu:15.10 |
11 | 11 | # FROM ubuntu:wily-20151208 |
@@ -507,13 +507,14 @@ ENV SEL_HOME ${NORMAL_USER_HOME}/selenium |
507 | 507 | # RUN apt-get update -qqy \ |
508 | 508 | # && apt-get -qqy install \ |
509 | 509 | # supervisor \ |
| 510 | +# 2016-06-28 commit: 154cb4c84f28ac, version: supervisor-4.0.0.dev0 |
510 | 511 | # 2016-04-11 commit: 3e541a34a4ab74, version: supervisor-4.0.0.dev0 |
511 | 512 | # 2016-03-06 commit: e4a37c6f8d1cb6, version: supervisor-4.0.0.dev0 |
512 | 513 | # 2016-02-01 commit: eb904ccdb3573e, version: supervisor-4.0.0.dev0 |
513 | 514 | # 2015-06-24 commit: b3ad59703b554f, version: supervisor-4.0.0.dev0 |
514 | 515 | # 2015-08-24 commit: 304b4f388d3e3f, supervisor/version.txt: 4.0.0.dev0 |
515 | 516 | # TODO: Upgrade to supervisor stable 4.0 as soon as is released |
516 | | -RUN SHA="3e541a34a4ab741e67ff4406eb2727599903c6e3" \ |
| 517 | +RUN SHA="154cb4c84f28ac3e0ac1ce5409faea65c15d2d02" \ |
517 | 518 | && pip install --upgrade \ |
518 | 519 | "https://github.com/Supervisor/supervisor/zipball/${SHA}" \ |
519 | 520 | && rm -rf /var/lib/apt/lists/* |
|
0 commit comments