diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-14 23:24:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 23:24:49 +0100 |
commit | 51ac92ea47ae2ae43675e57185984f7fd57e07f1 (patch) | |
tree | f823e2bdf2bd6dc4f92c1a08ae3d603708bba576 /Dockerfile | |
parent | 1f043d69e2b017150bf49d80f01ce20143890344 (diff) | |
download | bugzilla-51ac92ea47ae2ae43675e57185984f7fd57e07f1.tar.gz bugzilla-51ac92ea47ae2ae43675e57185984f7fd57e07f1.tar.xz |
Bug 1445700 - apache_size_limit should be 800_000 when Linux::Smaps is not installed.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index d367a80d4..056c8185a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mozillabteam/bmo-slim:20180313.1 +FROM mozillabteam/bmo-slim:20180314.1 ARG CI ARG CIRCLE_SHA1 |