diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-29 16:15:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-29 16:15:02 +0100 |
commit | 67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368 (patch) | |
tree | 6d578a84b86fdf4ced558f2d55d846ca94a9d6c8 /Dockerfile | |
parent | 23fb54b4a9cdedb66854b5a586754d3489641590 (diff) | |
download | bugzilla-67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368.tar.gz bugzilla-67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368.tar.xz |
Add some XS modules that we can use later to make things faster
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index f4273eac6..1ad8d19be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mozillabteam/bmo-slim:20171222.1 +FROM mozillabteam/bmo-slim:20171228.1 ARG CI ARG CIRCLE_SHA1 |