Skip to content

Commit

Permalink
fix(deps): update dependency renovate/renovate to v32.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 14, 2022
1 parent f366c58 commit 0c6fce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.ts
@@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '32.85.0-slim';
readonly tag = '32.86.0-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 0c6fce7

Please sign in to comment.