Skip to content

Commit

Permalink
Remove currentDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmognol committed Jan 5, 2024
1 parent 6001ec7 commit adb4f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/manager/nuget/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ describe('modules/manager/nuget/extract', () => {
{
autoReplaceStringTemplate:
'{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}',
currentDigest: undefined,
depName: 'mcr.microsoft.com/dotnet/runtime',
depType: 'docker',
datasource: 'docker',
Expand Down

0 comments on commit adb4f43

Please sign in to comment.