Skip to content

Commit

Permalink
Add Java 21 to universal container (#865)
Browse files Browse the repository at this point in the history
* Add Java 21 to universal container

* The universal image only supports the two latest LTS versions

Co-authored-by: Samruddhi Khandale <[email protected]>

---------

Co-authored-by: Samruddhi Khandale <[email protected]>
  • Loading branch information
timward60 and samruddhikhandale committed Dec 1, 2023
1 parent f3a70be commit 3c06927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"additionalVersions": "3.1"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"additionalVersions": "11",
"version": "21",
"additionalVersions": "17",
"installGradle": "true",
"installMaven": "true"
},
Expand Down

0 comments on commit 3c06927

Please sign in to comment.