diff --git a/dockerhub_doc_config_update.sh b/dockerhub_doc_config_update.sh index e690d74a8..888df27fa 100755 --- a/dockerhub_doc_config_update.sh +++ b/dockerhub_doc_config_update.sh @@ -29,7 +29,8 @@ else fi supported_versions="8 11 17 21 22" -latest_version="22" +# set this to the latest LTS version +latest_version="21" all_jvms="hotspot" all_packages="jdk jre"