Skip to content

Commit

Permalink
chore(release): merge master (6254e49)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2021
2 parents d9cfd0c + 6254e49 commit 0bffee8
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 = '24.14.1-slim';
readonly tag = '24.15.1-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 0bffee8

Please sign in to comment.