Upgrade CI image to Ubuntu Jammy

This commit is contained in:
Brian Clozel 2022-11-02 16:38:03 +01:00
parent 38e84a76f9
commit 05c997802b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ $ docker build --no-cache -f <image-folder>/Dockerfile .
For example
----
$ docker build --no-cache -f spring-framework-ci-image/Dockerfile .
$ docker build --no-cache -f ci-image/Dockerfile .
----
To test run:

View File

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