Skip to content

Commit

Permalink
fix(deps): update renovate/renovate docker tag to v34.143.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2023
1 parent 76c99fb commit a20de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Input } from './input';

// renovate: datasource=docker depName=renovate/renovate versioning=docker
const tag = '34.141.0-slim';
const tag = '34.143.1-slim';

class Docker {
private static readonly repository = 'renovate/renovate';
Expand Down

0 comments on commit a20de5d

Please sign in to comment.