Skip to content

Commit 8ac4454

Browse files
Codebuildpatch (#1176)
* Update codebuild image index.ts * Update codebuild image cdk-deploy-project.ts
1 parent 2c14cbc commit 8ac4454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/installer/cdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class Installer extends cdk.Stack {
281281
},
282282
}),
283283
environment: {
284-
buildImage: codebuild.LinuxBuildImage.STANDARD_5_0,
284+
buildImage: codebuild.LinuxBuildImage.STANDARD_6_0,
285285
privileged: true, // Allow access to the Docker daemon
286286
computeType: codebuild.ComputeType.MEDIUM,
287287
environmentVariables: {

src/lib/cdk-accelerator/src/codebuild/cdk-deploy-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class CdkDeployProject extends CdkDeployProjectBase {
117117
path: projectAsset.s3ObjectKey,
118118
}),
119119
environment: {
120-
buildImage: codebuild.LinuxBuildImage.STANDARD_5_0,
120+
buildImage: codebuild.LinuxBuildImage.STANDARD_6_0,
121121
computeType: computeType ?? codebuild.ComputeType.LARGE,
122122
environmentVariables: this.environmentVariables,
123123
},

0 commit comments

Comments
 (0)