Skip to content

Commit

Permalink
Codebuildpatch (#1176)
Browse files Browse the repository at this point in the history
* Update codebuild image index.ts

* Update codebuild image cdk-deploy-project.ts
  • Loading branch information
archikierstead authored Jul 10, 2023
1 parent 2c14cbc commit 8ac4454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/installer/cdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Installer extends cdk.Stack {
},
}),
environment: {
buildImage: codebuild.LinuxBuildImage.STANDARD_5_0,
buildImage: codebuild.LinuxBuildImage.STANDARD_6_0,
privileged: true, // Allow access to the Docker daemon
computeType: codebuild.ComputeType.MEDIUM,
environmentVariables: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class CdkDeployProject extends CdkDeployProjectBase {
path: projectAsset.s3ObjectKey,
}),
environment: {
buildImage: codebuild.LinuxBuildImage.STANDARD_5_0,
buildImage: codebuild.LinuxBuildImage.STANDARD_6_0,
computeType: computeType ?? codebuild.ComputeType.LARGE,
environmentVariables: this.environmentVariables,
},
Expand Down

0 comments on commit 8ac4454

Please sign in to comment.