Browse Source

Upgrade Java 10 CI image to 10.0.2-13-jdk

Closes gh-14630
pull/14639/merge
Gustavo Andrade 7 years ago committed by Andy Wilkinson
parent
commit
9cd0c5a05d
  1. 2
      ci/images/spring-boot-jdk10-ci-image/Dockerfile

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

@ -1,4 +1,4 @@
FROM openjdk:10.0.1-10-jdk FROM openjdk:10.0.2-13-jdk
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y git && \ apt-get install -y git && \

Loading…
Cancel
Save