Browse Source

Merge pull request #20361 from dreis2211

* pr/20361:
  Upgrade CI images to Ubuntu Bionic 20200219

Closes gh-20361
pull/20429/head
Madhura Bhave 6 years ago
parent
commit
bb8e653b3d
  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-20200112
FROM ubuntu:bionic-20200219
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-20200112
FROM ubuntu:bionic-20200219
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

Loading…
Cancel
Save