File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:focal-20220302
1
+ FROM ubuntu:jammy-20230624
2
2
3
3
ADD setup.sh /setup.sh
4
4
ADD get-jdk-url.sh /get-jdk-url.sh
Original file line number Diff line number Diff line change 3
3
4
4
case " $1 " in
5
5
java8)
6
- echo " https://github.com/adoptium/temurin8-binaries/ releases/download/jdk8u322-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u322b06 .tar.gz"
6
+ echo " https://github.com/bell-sw/Liberica/ releases/download/8u372+7/bellsoft-jdk8u372+7-linux-amd64 .tar.gz"
7
7
;;
8
8
java11)
9
- echo " https://github.com/adoptium/temurin11-binaries/ releases/download/jdk- 11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11 .0.14.1_1 .tar.gz"
9
+ echo " https://github.com/bell-sw/Liberica/ releases/download/11.0.19%2B7/bellsoft-jdk11 .0.19+7-linux-amd64 .tar.gz"
10
10
;;
11
11
* )
12
12
echo $" Unknown java version"
You can’t perform that action at this time.
0 commit comments