File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/cdk-accelerator/src/codebuild Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments