Skip to content

Commit

Permalink
fix(deps): update renovate/renovate docker tag to v34.119.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2023
1 parent 86dfc38 commit aeff215
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
Expand Up @@ -3,7 +3,7 @@ import type { Input } from './input';
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '34.118.2-slim';
readonly tag = '34.119.5-slim';
readonly tagSuffix = '-slim';
readonly fullTag: string;

Expand Down

0 comments on commit aeff215

Please sign in to comment.