diff --git a/src/cli/lint/internalLints/upgrade/patches/8.2.1/patchDockerImages.ts b/src/cli/lint/internalLints/upgrade/patches/8.2.1/patchDockerImages.ts index f38771d56..b1c1332b1 100644 --- a/src/cli/lint/internalLints/upgrade/patches/8.2.1/patchDockerImages.ts +++ b/src/cli/lint/internalLints/upgrade/patches/8.2.1/patchDockerImages.ts @@ -34,7 +34,7 @@ const isInvalidPlatformFlagUsage = (contents: string) => { ...new Set(matches.map(([, , platform]) => platform as string)), ]; - // Multiple --platform flags are used which indicate a multi arch build + // Multiple --platform flags are used which may indicate a multi arch build if (uniquePlatforms.length > 1) { return false; }