AWS corretto documentation change
Summary
Updated version numbers from 8u462 to 8u472 in installation commands and output examples
Security assessment
Standard version update without references to security fixes or enhancements in the diff.
Diff
diff --git a/corretto/latest/corretto-8-ug/generic-linux-install.md b/corretto/latest/corretto-8-ug/generic-linux-install.md index 6277c22ed..972683160 100644 --- a//corretto/latest/corretto-8-ug/generic-linux-install.md +++ b//corretto/latest/corretto-8-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.462.08-1_amd64.deb + sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.472.08-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u462: +Expected output for 8u472: @@ -65,3 +65,3 @@ Expected output for 8u462: - openjdk version "1.8.0_462" - OpenJDK Runtime Environment Corretto-8.462.08.1 (build 1.8.0_462-b08) - OpenJDK 64-Bit Server VM Corretto-8.462.08.1 (build 25.462-b08, mixed mode) + openjdk version "1.8.0_472" + OpenJDK Runtime Environment Corretto-8.472.08.1 (build 1.8.0_472-b08) + OpenJDK 64-Bit Server VM Corretto-8.472.08.1 (build 25.472-b08, mixed mode) @@ -119 +119 @@ After the repository is added, you can install Corretto 8 by running this comman - sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_462.b08-1.x86_64.rpm + sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_472.b08-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u462: +Expected output for 8u472: @@ -134,3 +134,3 @@ Expected output for 8u462: - openjdk version "1.8.0_462" - OpenJDK Runtime Environment Corretto-8.462.08.1 (build 1.8.0_462-b08) - OpenJDK 64-Bit Server VM Corretto-8.462.08.1 (build 25.462-b08, mixed mode) + openjdk version "1.8.0_472" + OpenJDK Runtime Environment Corretto-8.472.08.1 (build 1.8.0_472-b08) + OpenJDK 64-Bit Server VM Corretto-8.472.08.1 (build 25.472-b08, mixed mode)