Skip to content

Commit

Permalink
Upgrade Ubuntu version in CI images
Browse files Browse the repository at this point in the history
Closes gh-28401
  • Loading branch information
snicoll committed Oct 21, 2021
1 parent d80d692 commit 7e3d663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/images/ci-image-jdk11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20210921
FROM ubuntu:focal-20211006

ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/images/ci-image-jdk17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20210921
FROM ubuntu:focal-20211006

ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/images/ci-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20210921
FROM ubuntu:focal-20211006

ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh
Expand Down

0 comments on commit 7e3d663

Please sign in to comment.