Skip to content

Commit f4afe03

Browse files
authored
Bump packaged JRE to 25.0.2
1 parent 86052ef commit f4afe03

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:-25.0.1+8}"
5+
GOCD_JRE_VERSION="${GOCD_JRE_VERSION:-25.0.2+10}"
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)