Skip to content

Commit

Permalink
chore(release): merge main (efb23e9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2021
2 parents 6e440c9 + efb23e9 commit 11bda22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -40,7 +40,7 @@
"@types/node": "13.13.51",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@vercel/ncc": "0.28.4",
"@vercel/ncc": "0.28.5",
"concurrently": "6.0.2",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
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.1-slim';
readonly tag = '25.18.2-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 11bda22

Please sign in to comment.