From 5ce44b3d3d3f56f2c19dd4dc4d90749fbd520078 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 9 Oct 2018 18:10:46 -0400 Subject: bump version to 20181010.1 --- .circleci/config.yml | 2 +- Bugzilla.pm | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 224abfa22..9e84e304c 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:20180918.1 + image: mozillabteam/bmo-slim:20181008.1 user: app mysql_image: &mysql_image diff --git a/Bugzilla.pm b/Bugzilla.pm index a6c392b90..d8f13a3ad 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20181005.1'; +our $VERSION = '20181010.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; diff --git a/Dockerfile b/Dockerfile index ecea67ed7..17ea8a615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mozillabteam/bmo-slim:20180918.1 +FROM mozillabteam/bmo-slim:20181008.1 ARG CI ARG CIRCLE_SHA1 -- cgit v1.2.3-24-g4f1b