Skip to content

Commit

Permalink
feat(besu): bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Apr 9, 2024
1 parent 1937e22 commit b11a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion besu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ getImageTag() {
# Use head file modification time as a proxy for the build date
local lastModified=$(date -r "$refHeadFile" "+%y.%-m") # Format date as "yy.M"

echo "${lastModified}-develop-${commitHash}-openjdk-17"
echo "${lastModified}-develop-${commitHash}-openjdk-21"
}

docker tag "hyperledger/besu:$(getImageTag 10)" "${target_repository}:${target_tag}"
Expand Down

0 comments on commit b11a8a7

Please sign in to comment.