Skip to content

Commit

Permalink
set AL2_STANDARD_5 default for java to corretto17
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Sep 11, 2024
1 parent e6605ab commit 4b72bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedfarmer/commands/_runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ImageRuntimes(Enum):
UBUNTU_STANDARD_6 = {"nodejs": "16", "python": "3.10", "java": "corretto17"}
UBUNTU_STANDARD_7 = {"nodejs": "18", "python": "3.11", "java": "corretto21"}
AL2_STANDARD_4 = {"nodejs": "16", "python": "3.9", "java": "corretto17"}
AL2_STANDARD_5 = {"nodejs": "18", "python": "3.11", "java": "corretto21"}
AL2_STANDARD_5 = {"nodejs": "18", "python": "3.11", "java": "corretto17"}


def get_runtimes(codebuild_image: Optional[str]) -> Optional[Dict[str, str]]:
Expand Down

0 comments on commit 4b72bfc

Please sign in to comment.