Skip to content

Commit

Permalink
Merge pull request #676 from mozilla-iam/SE-3170-update-old-build-image
Browse files Browse the repository at this point in the history
chore(build): Update build image to supported image.
  • Loading branch information
bkochendorfer authored Jun 8, 2022
2 parents 6cb1e9f + 52cb803 commit 5f43f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/codebuild-preview/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ variable "buildspec_file" {
# Find all the supported images by AWS here:
# https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
variable "build_image" {
default = "aws/codebuild/standard:3.0"
default = "aws/codebuild/standard:4.0"
}

2 changes: 1 addition & 1 deletion terraform/codebuild/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ variable "buildspec_file" {
# Find all the supported images by AWS here:
# https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
variable "build_image" {
default = "aws/codebuild/standard:3.0"
default = "aws/codebuild/standard:4.0"
}

0 comments on commit 5f43f0c

Please sign in to comment.