Skip to content

Commit

Permalink
chore(release): merge main (c489e38)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2021
2 parents 81039c2 + c489e38 commit b2083c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lint-staged": "10.5.4",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"standard-version": "9.2.0",
"standard-version": "9.3.0",
"ts-node": "9.1.1",
"typescript": "4.2.4"
}
Expand Down
2 changes: 1 addition & 1 deletion src/docker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '25.18.5-slim';
readonly tag = '25.18.6-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit b2083c7

Please sign in to comment.