diff --git a/CHANGELOG.md b/CHANGELOG.md index d03209c6..0bac78da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [22.14.5](https://github.com/renovatebot/github-action/compare/v22.14.1...v22.14.5) (2020-08-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.14.5 ([#190](https://github.com/renovatebot/github-action/issues/190)) ([b1689ac](https://github.com/renovatebot/github-action/commit/b1689acd8b39bed098d0e694e875afe8c704b04b)) + ### [22.14.1](https://github.com/renovatebot/github-action/compare/v22.14.0...v22.14.1) (2020-08-11) diff --git a/dist/index.js b/dist/index.js index b7a1312f..b9c20cf0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '22.14.1-slim'; + this.tag = '22.14.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 95f6c796..613a5682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.14.1", + "version": "22.14.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9acdd78..9b784bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.14.1", + "version": "22.14.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",