Skip to content

Commit 05c9978

Browse files
committed
Upgrade CI image to Ubuntu Jammy
1 parent 38e84a7 commit 05c9978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ docker build --no-cache -f <image-folder>/Dockerfile .
1111
For example
1212

1313
----
14-
$ docker build --no-cache -f spring-framework-ci-image/Dockerfile .
14+
$ docker build --no-cache -f ci-image/Dockerfile .
1515
----
1616

1717
To test run:

ci/images/ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal-20220922
1+
FROM ubuntu:jammy-20221020
22

33
ADD setup.sh /setup.sh
44
ADD get-jdk-url.sh /get-jdk-url.sh

0 commit comments

Comments
 (0)