Skip to content

Commit

Permalink
Merge pull request #12 from PatientPing/DF-2206
Browse files Browse the repository at this point in the history
Df 2206
  • Loading branch information
dberkowicz authored Dec 7, 2020
2 parents dc3e2a1 + 8616dab commit 6ed8c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_function/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "aws_codebuild_project" "lambda" {

environment {
compute_type = "BUILD_GENERAL1_SMALL"
image = "aws/codebuild/standard:1.0"
image = "aws/codebuild/standard:4.0"
type = "LINUX_CONTAINER"
image_pull_credentials_type = "CODEBUILD"
}
Expand Down

0 comments on commit 6ed8c3e

Please sign in to comment.