Skip to content

Commit

Permalink
fix(deps): update renovate/renovate docker tag to v34.114.1 (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 27, 2023
1 parent 8e9f3a7 commit 76551df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.ts
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.114.0-slim';
readonly tag = '34.115.0-slim';
readonly tagSuffix = '-slim';
readonly fullTag: string;

Expand Down

0 comments on commit 76551df

Please sign in to comment.