]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 20181010.1
authorDylan William Hardison <dylan@hardison.net>
Tue, 9 Oct 2018 22:10:46 +0000 (18:10 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 22:10:46 +0000 (18:10 -0400)
.circleci/config.yml
Bugzilla.pm
Dockerfile

index 224abfa22ad7e6adf03fb3df4a2035a69f0eb04a..9e84e304c92a88b309752fdd7944f88d9ac5fbee 100644 (file)
@@ -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
index a6c392b905b123faedaef46bd65be131ef1d1863..d8f13a3ad86067dac12f7ee8ed4547f73ab32cdd 100644 (file)
@@ -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;
index ecea67ed7135704d517bdaa5a34cb04f03ad6b03..17ea8a6150d488f5319bc66c945f1d99642bfab7 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-slim:20180918.1
+FROM mozillabteam/bmo-slim:20181008.1
 
 ARG CI
 ARG CIRCLE_SHA1