Skip to content

Commit 7f5aea6

Browse files
authored
chore(codebuild): fix the comment at CodeBuildImage.AMAZON_LINUX_2_ARM_3 (#30670)
### Description of changes Fixed typo in the comment at CodeBuildImage.AMAZON_LINUX_2_ARM_3. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 3264b9b commit 7f5aea6

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)