Skip to content

Commit

Permalink
Merge branch 'main' into feat-23410
Browse files Browse the repository at this point in the history
* main:
  chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.5.3 (#33291)
  fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.5.3 (#33292)
  • Loading branch information
ivankatliarchuk committed Dec 26, 2024
2 parents 6824963 + 9a56922 commit a9b061a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/containerbase/devcontainer:13.5.2
FROM ghcr.io/containerbase/devcontainer:13.5.3
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const options: RenovateOptions[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/containerbase/sidecar:13.5.2',
default: 'ghcr.io/containerbase/sidecar:13.5.3',
globalOnly: true,
},
{
Expand Down

0 comments on commit a9b061a

Please sign in to comment.