diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1028de..9691e6bb 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. +### [23.22.2](https://github.com/renovatebot/github-action/compare/v23.22.1...v23.22.2) (2020-09-12) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.22.2 ([#251](https://github.com/renovatebot/github-action/issues/251)) ([f9e0d4a](https://github.com/renovatebot/github-action/commit/f9e0d4a917c51a6a74500127d4f329b02151dc39)) + ### [23.22.1](https://github.com/renovatebot/github-action/compare/v23.21.4...v23.22.1) (2020-09-11) diff --git a/dist/index.js b/dist/index.js index ed15b5df..faa49fef 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 = '23.22.1-slim'; + this.tag = '23.22.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index a2076c70..0a8332b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.22.1", + "version": "23.22.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e3d5f5e..18bddb42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.22.1", + "version": "23.22.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",