corretto / corretto-docker

Dockerfiles for Amazon Corretto Official images.
https://hub.docker.com/_/amazoncorretto
MIT No Attribution
152 stars 63 forks source link

Update for 21.0.2.14.1 patch release #196

Closed bananayong closed 6 months ago

bananayong commented 6 months ago

Description of changes: Update JDK version (21.0.2.13.1 -> 21.0.2.14.1)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Rudometov commented 6 months ago

Thank you for your contribution. Please update to reflect this is for 21, not 20, so "21.0.2.14.1 patch release"

bananayong commented 6 months ago

Thank you for your contribution. Please update to reflect this is for 21, not 20, so "21.0.2.14.1 patch release"

Ouch, Sorry! I fixed it. Thank you!!

Rudometov commented 6 months ago

The changes miss the version.json file update. The easiest way to do the update is to

  1. update version.json file
  2. run apply-template script
bananayong commented 6 months ago

Done.

Thank you for the detailed guide.