Skip to content

Commit

Permalink
Upgrade CI to Ubuntu Focal 20210609
Browse files Browse the repository at this point in the history
Closes gh-27054
  • Loading branch information
philwebb committed Jun 24, 2021
1 parent 5995fc9 commit 0b2c86d
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-20210416
FROM ubuntu:focal-20210609

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-jdk15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20210416
FROM ubuntu:focal-20210609

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-20210416
FROM ubuntu:focal-20210609

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

0 comments on commit 0b2c86d

Please sign in to comment.