diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-02 17:30:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 17:30:45 +0200 |
commit | bb148ee463b034117e4e695d61cab44f61388ce9 (patch) | |
tree | 1fa0e3528eac0615457085bc69478d95fc13312e /.circleci | |
parent | a31adbd4dffb0d5cc81763163f8a0437bbe45776 (diff) | |
download | bugzilla-bb148ee463b034117e4e695d61cab44f61388ce9.tar.gz bugzilla-bb148ee463b034117e4e695d61cab44f61388ce9.tar.xz |
no bug - add dependencies needed for monitoring
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a70ea3ca6..a9a087609 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ version: 2 defaults: bmo_slim_image: &bmo_slim_image - image: mozillabteam/bmo-slim:20180523.1 + image: mozillabteam/bmo-slim:20180801.2 user: app mysql_image: &mysql_image |