Skip to content

Commit

Permalink
Merge pull request #14 from toluna-terraform/update_build_image
Browse files Browse the repository at this point in the history
image update fix
  • Loading branch information
Eli-Meitner authored Oct 2, 2022
2 parents d56753b + ddda149 commit 0d7b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/build/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_codebuild_project" "codebuild" {

environment {
compute_type = "BUILD_GENERAL1_SMALL"
image = "aws/codebuild/amazonlinux2-x86_64-standard:3.0"
image = "aws/codebuild/amazonlinux2-x86_64-standard:4.0"
type = "LINUX_CONTAINER"
image_pull_credentials_type = "CODEBUILD"

Expand Down

0 comments on commit 0d7b2b8

Please sign in to comment.