Skip to content

Commit

Permalink
chore(release): merge main (45e5c44)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2021
2 parents 5a20213 + 45e5c44 commit 46704f4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 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 @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "4.24.0",
"@vercel/ncc": "0.28.5",
"concurrently": "6.1.0",
"eslint": "7.26.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.4.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.33.1-slim';
readonly tag = '25.33.2-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 46704f4

Please sign in to comment.