Skip to content

Commit 4c5df7a

Browse files
committed
Upgrade Ubuntu version in CI images
Closes spring-projectsgh-31980
1 parent 74283c3 commit 4c5df7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/ci-image-jdk18/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal-20220531
1+
FROM ubuntu:focal-20220801
22

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

ci/images/ci-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal-20220531
1+
FROM ubuntu:focal-20220801
22

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

0 commit comments

Comments
 (0)