File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:jammy-20230126
1
+ FROM ubuntu:jammy-20230308
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 1
1
#! /bin/bash
2
2
set -e
3
3
4
- version=" 20.10.18 "
4
+ version=" 23.0.4 "
5
5
echo " https://download.docker.com/linux/static/stable/x86_64/docker-$version .tgz" ;
Original file line number Diff line number Diff line change 3
3
4
4
case " $1 " in
5
5
java17)
6
- echo " https://github.com/bell-sw/Liberica/releases/download/17.0.6+10 /bellsoft-jdk17.0.6+10 -linux-amd64.tar.gz"
6
+ echo " https://github.com/bell-sw/Liberica/releases/download/17.0.7+7 /bellsoft-jdk17.0.7+7 -linux-amd64.tar.gz"
7
7
;;
8
- java19 )
9
- echo " https://github.com/bell-sw/Liberica/releases/download/19 .0.2+9 /bellsoft-jdk19 .0.2+9 -linux-amd64.tar.gz"
8
+ java20 )
9
+ echo " https://github.com/bell-sw/Liberica/releases/download/20 .0.1+10 /bellsoft-jdk20 .0.1+10 -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