Skip to content

Commit afc4a0f

Browse files
authored
Merge branch 'main' into merge-back/2.147.1
2 parents de41d89 + 7f5aea6 commit afc4a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-codebuild/lib/project.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ export class LinuxBuildImage implements IBuildImage {
18431843
* */
18441844
public static readonly AMAZON_LINUX_2_ARM_2 = LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_2_0;
18451845
/**
1846-
* Image "aws/codebuild/amazonlinux2-aarch64-standard:2.0".
1846+
* Image "aws/codebuild/amazonlinux2-aarch64-standard:3.0".
18471847
* @see {LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_3_0}
18481848
* */
18491849
public static readonly AMAZON_LINUX_2_ARM_3 = LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_3_0;

0 commit comments

Comments
 (0)