Skip to content

Commit

Permalink
chore(codebuild): remove the reference in our docs to the old UBUNTU_…
Browse files Browse the repository at this point in the history
…14_04_RUBY_2_5_1 image (aws#6682)

Closes aws#6517

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
skinny85 and mergify[bot] authored Mar 19, 2020
1 parent 3607e3e commit cfecdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codebuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The CodeBuild library supports both Linux and Windows images via the

You can either specify one of the predefined Windows/Linux images by using one
of the constants such as `WindowsBuildImage.WIN_SERVER_CORE_2016_BASE` or
`LinuxBuildImage.UBUNTU_14_04_RUBY_2_5_1`.
`LinuxBuildImage.STANDARD_2_0`.

Alternatively, you can specify a custom image using one of the static methods on
`XxxBuildImage`:
Expand Down

0 comments on commit cfecdb7

Please sign in to comment.