Browse Source

Update CI images to use ubuntu:bionic-20200713

Closes gh-22659
pull/23071/head
Andy Wilkinson 6 years ago
parent
commit
ac732773bc
  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-20200630
FROM ubuntu:bionic-20200713
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-20200630
FROM ubuntu:bionic-20200713
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

Loading…
Cancel
Save