snyk 1.770.0 → 1.771.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6359,7 +6359,7 @@ async function parseRes(depGraph, pkgManager, res, options, payload, payloadPoli
6359
6359
  const dockerfilePackage = dockerfilePackages[vuln.name.split('/')[0]];
6360
6360
  if (dockerfilePackage) {
6361
6361
  vuln.dockerfileInstruction =
6362
- dockerfilePackage.instruction;
6362
+ dockerfilePackage.installCommand;
6363
6363
  }
6364
6364
  vuln.dockerBaseImage = res.docker.baseImage;
6365
6365
  return vuln;