Skip to content

Commit

Permalink
fix(deps): update renovate/renovate docker tag to v34.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent 85b95b4 commit 7bf255e
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 = '34.83.1-slim';
readonly tag = '34.84.1-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 7bf255e

Please sign in to comment.