Skip to content

Commit

Permalink
fix(devcontainer): do not pin digests with docker:pinDigests (#29621)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 12, 2024
1 parent d62444b commit 49b1402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/config/presets/internal/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const presets: Record<string, Preset> = {
matchDatasources: ['docker'],
pinDigests: true,
},
{
matchManagers: ['devcontainer'],
pinDigests: false,
},
],
},
};

0 comments on commit 49b1402

Please sign in to comment.