DATAMONGO-2510 - Use JDK 14 for Java.NEXT CI testing.

This commit is contained in:
Greg Turnquist
2020-04-09 14:29:16 -05:00
parent a1b4e6df59
commit bf921cdbd7
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk13:latest
FROM adoptopenjdk/openjdk14:latest
ENV TZ=Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive