Skip to content

Commit

Permalink
fix(jib): fix JDK 17 base url
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed May 2, 2024
1 parent 4037b91 commit 9461bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jib/openjdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const jdk13Version: JdkVersion = {
const jdk17Version: JdkVersion = {
lookupName: "openjdk-17",
description: "The OpenJDK 17 library.",
baseUrl: "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/",
baseUrl: "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/",
versionName: "jdk-17.0.9+9",
mac_amd64: {
filename: "OpenJDK17U-jdk_x64_mac_hotspot_17.0.9_9.tar.gz",
Expand Down

0 comments on commit 9461bbd

Please sign in to comment.