Skip to content

Commit 70491fd

Browse files
authored
Merge pull request #332 from paketo-buildpacks/update/buildpack/native-image-25-arm-64
Bump Native Image 25 ARM64 from 25.0.0 to 25.0.1
2 parents c0a98a5 + ba61cfc commit 70491fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildpack.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ api = "0.7"
237237
uri = "https://www.oracle.com/downloads/licenses/graal-free-license.html"
238238

239239
[[metadata.dependencies]]
240-
cpes = ["cpe:2.3:a:oracle:jdk:25.0.0:*:*:*:*:*:*:*:*"]
240+
cpes = ["cpe:2.3:a:oracle:jdk:25.0.1:*:*:*:*:*:*:*:*"]
241241
id = "native-image-svm"
242242
name = "Oracle GraalVM"
243-
purl = "pkg:generic/[email protected].0?arch=arm64"
244-
sha256 = "a468ab5483d74f3d29dfdaa9c9b29b29261a3a9e49786d21c4a9c00b06c156ea"
243+
purl = "pkg:generic/[email protected].1?arch=arm64"
244+
sha256 = "edd77565c76570a6df5f38e53d54524102f2c1b1cf74eebd9f51e7fc19f667cd"
245245
stacks = ["*"]
246-
uri = "https://download.oracle.com/graalvm/25/archive/graalvm-jdk-25_linux-aarch64_bin.tar.gz"
247-
version = "25.0.0"
246+
uri = "https://download.oracle.com/graalvm/25/archive/graalvm-jdk-25.0.1_linux-aarch64_bin.tar.gz"
247+
version = "25.0.1"
248248

249249
[[metadata.dependencies.licenses]]
250250
type = "GraalVM Free Terms and Conditions License"

0 commit comments

Comments
 (0)