We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d145 commit cc59616Copy full SHA for cc59616
1 file changed
bedrock-entry.sh
@@ -30,7 +30,7 @@ case ${VERSION^^} in
30
1.13)
31
VERSION=1.13.0.34
32
;;
33
- 1.14|PREVIOUS)
+ 1.14)
34
VERSION=1.14.60.5
35
36
1.16.1)
@@ -39,6 +39,12 @@ case ${VERSION^^} in
39
1.16)
40
VERSION=1.16.20.03
41
42
+ 1.17|PREVIOUS)
43
+ VERSION=1.17.41.01
44
+ ;;
45
+ 1.17.41)
46
47
48
LATEST)
49
echo "Looking up latest version..."
50
for a in data-platform ; do
0 commit comments