Browse Source

Upgrade CI images to Ubuntu Bionic 20200219

See gh-20361
pull/20429/head
dreis2211 6 years ago committed by Madhura Bhave
parent
commit
cd9879d45a
  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