Skip to content

Commit

Permalink
Merge branch 'main' into bug/gitlabPackageNameSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelB authored Jan 5, 2024
2 parents 19efe58 + b837e9d commit 4deee04
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:9.31.2
FROM ghcr.io/containerbase/devcontainer:9.31.3
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ const options: RenovateOptions[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/containerbase/sidecar:9.31.2',
default: 'ghcr.io/containerbase/sidecar:9.31.3',
globalOnly: true,
},
{
Expand Down

0 comments on commit 4deee04

Please sign in to comment.