diff --git a/ci/images/spring-boot-ci-image/Dockerfile b/ci/images/spring-boot-ci-image/Dockerfile index 6a5e7700690..4de9aa2c2b2 100644 --- a/ci/images/spring-boot-ci-image/Dockerfile +++ b/ci/images/spring-boot-ci-image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20200219 +FROM ubuntu:bionic-20200311 ADD setup.sh /setup.sh ADD get-jdk-url.sh /get-jdk-url.sh diff --git a/ci/images/spring-boot-jdk11-ci-image/Dockerfile b/ci/images/spring-boot-jdk11-ci-image/Dockerfile index 30aaffe8734..4f5b6d002d3 100644 --- a/ci/images/spring-boot-jdk11-ci-image/Dockerfile +++ b/ci/images/spring-boot-jdk11-ci-image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20200219 +FROM ubuntu:bionic-20200311 ADD setup.sh /setup.sh ADD get-jdk-url.sh /get-jdk-url.sh