Browse Source

Merge pull request #14631 from Gustavo Andrade

* gh-14631:
  Upgrade Java 11 CI image to 11-ea-28-jdk
pull/14637/head
Andy Wilkinson 8 years ago
parent
commit
9a4f655d10
  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