Skip to content

Commit 3508e75

Browse files
committed
Bump bundled JRE to 21.0.7
1 parent c53ef4e commit 3508e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assembly/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
GOCD_JRE_VERSION="${GOCD_JRE_VERSION:-21.0.6+7}"
5+
GOCD_JRE_VERSION="${GOCD_JRE_VERSION:-21.0.7+6}"
66
IFS='.' read -ra GOCD_JRE_VERSION_PARTS <<< "$GOCD_JRE_VERSION"
77
GOCD_JRE_FEATURE=${GOCD_JRE_VERSION_PARTS[0]}
88

0 commit comments

Comments
 (0)