Skip to content

Commit

Permalink
fix(deps): update renovate/renovate docker tag to v23.49.2 (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 15, 2020
1 parent 26fd269 commit 04b2445
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 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '23.49.1-slim';
readonly tag = '23.49.2-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 04b2445

Please sign in to comment.