Skip to content

Commit

Permalink
Upgrade to JDK 12.0.2 (#45172)
Browse files Browse the repository at this point in the history
This commit bumps the embedded JDK in the Docker image from 12.0.1 to
12.0.2.
  • Loading branch information
jasontedor committed Aug 4, 2019
1 parent 69aa0c3 commit 6f36bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ext.expansions = { oss, local ->
'build_date' : project.buildDate,
'elasticsearch' : elasticsearch,
'git_revision' : project.gitRevision,
'jdkUrl' : 'https://download.oracle.com/java/GA/jdk12.0.1/69cfe15208a647278a19ef0990eea691/12/GPL/openjdk-12.0.1_linux-x64_bin.tar.gz',
'jdkVersion' : '12.0.1',
'jdkUrl' : 'https://download.java.net/java/GA/jdk12.0.2/e482c34c86bd4bf8b56c0b35558996b9/10/GPL/openjdk-12.0.2_linux-x64_bin.tar.gz',
'jdkVersion' : '12.0.2',
'license' : oss ? 'Apache-2.0' : 'Elastic-License',
'source_elasticsearch': local ? "COPY $elasticsearch /opt/" : "RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/${elasticsearch} && cd -",
'version' : VersionProperties.elasticsearch
Expand Down

0 comments on commit 6f36bcf

Please sign in to comment.