Skip to content

Commit

Permalink
Bump JRE 22 ARM64 from 22.0.0 to 22.0.0
Browse files Browse the repository at this point in the history
Bumps JRE 22 ARM64 from 22.0.0 to 22.0.0.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Apr 19, 2024
1 parent 2e4b450 commit c186427
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.0:*:*:*:*:*:*:*"]
id = "jdk"
name = "Adoptium JDK"
purl = "pkg:generic/adoptium-dk@22.0.0?arch=arm64"
Expand All @@ -447,25 +447,24 @@ api = "0.7"
id = "jre"
name = "Adoptium JRE"
purl = "pkg:generic/adoptium-jre@22.0.0?arch=arm64"
sha256 = "blank"
sha256 = "faceda94ffd16e177cb674471f29789e48378f9f190eac8523713a0cb3324be9"
source = "https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22%2B36/OpenJDK22U-jdk-sources_22_36.tar.gz"
source-sha256 = "40e65125ca6d218f97be74cc08f174307eb324880adce9051cb0a3b2581fa95f"
stacks = ["*"]
uri = "https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22%2B36/OpenJDK22U-jre_aarch64_linux_hotspot_22_36.tar.gz"
uri = "https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22%2B36/OpenJDK22U-jre_x64_linux_hotspot_22_36.tar.gz"
version = "22.0.0"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"


[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"
arch = "arm64"
os = "linux"

0 comments on commit c186427

Please sign in to comment.