Upgrade CI image to Ubuntu Jammy

This commit is contained in:
Brian Clozel 2023-05-09 09:34:16 +02:00
parent 4aa8619ac2
commit 6bc674b2dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal-20220922
FROM ubuntu:jammy-20230425
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh