Skip to content

Commit

Permalink
feat(deps)!: update ghcr.io/containerbase/sidecar docker tag to v13 (#…
Browse files Browse the repository at this point in the history
…32095)

Updates default Renovate sidecar container to v13, which is based on Ubuntu 24.04.

BREAKING CHANGE: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04
  • Loading branch information
renovate[bot] authored and rarkins committed Nov 4, 2024
1 parent 2d9cd61 commit 0f2783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ const options: RenovateOptions[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/containerbase/sidecar:11.11.41',
default: 'ghcr.io/containerbase/sidecar:13.0.4',
globalOnly: true,
},
{
Expand Down

0 comments on commit 0f2783c

Please sign in to comment.