Browse Source

Upgrade Java 11 CI image to 11-ea-28-jdk

Closes gh-14631
pull/14637/head
Gustavo Andrade 7 years ago committed by Andy Wilkinson
parent
commit
95ae66b3ff
  1. 2
      ci/images/spring-boot-jdk11-ci-image/Dockerfile

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

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM openjdk:11-ea-24-jdk
FROM openjdk:11-ea-28-jdk
RUN apt-get update && \
apt-get install -y git && \

Loading…
Cancel
Save