Browse Source

Upgrade CI images to use ubuntu:bionic-20200630

Closes gh-22271
pull/22501/head
Andy Wilkinson 6 years ago
parent
commit
9800804b65
  1. 2
      ci/images/spring-boot-ci-image/Dockerfile
  2. 2
      ci/images/spring-boot-jdk11-ci-image/Dockerfile

2
ci/images/spring-boot-ci-image/Dockerfile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM ubuntu:bionic-20200526
FROM ubuntu:bionic-20200630
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

2
ci/images/spring-boot-jdk11-ci-image/Dockerfile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM ubuntu:bionic-20200526
FROM ubuntu:bionic-20200630
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

Loading…
Cancel
Save