chore(release): 19.239.9

This commit is contained in:
github-actions[bot] 2020-05-19 01:05:38 +00:00
parent cab6771375
commit 79ec7f083c
4 changed files with 17 additions and 4 deletions

10
dist/index.js vendored
View file

@ -19,7 +19,13 @@ module.exports =
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ var threw = true;
/******/ try {
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete installedModules[moduleId];
/******/ }
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
@ -1055,7 +1061,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '19.239.8-slim';
this.tag = '19.239.9-slim';
this.tagSuffix = '-slim';
}
image() {