Skip to content

Commit 9e64497

Browse files
committed
Upgrade Ubuntu version in CI images
Closes gh-24469
1 parent 9911bc4 commit 9e64497

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/images/ci-image-jdk11/Dockerfile

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

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

ci/images/ci-image-jdk15/Dockerfile

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

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

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-20201008
1+
FROM ubuntu:focal-20201106
22

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

0 commit comments

Comments
 (0)