From a9e7a1572b9ccc99c721296277764adf1f1fdaf7 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 5 Jul 2017 13:13:51 -0700 Subject: protoc-artifacts: Bump JDK to 8u131 The update 45 download process no longer works, as it requires a login to access the old build. --- protoc-artifacts/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protoc-artifacts') diff --git a/protoc-artifacts/Dockerfile b/protoc-artifacts/Dockerfile index 36b547a2..43e6863c 100644 --- a/protoc-artifacts/Dockerfile +++ b/protoc-artifacts/Dockerfile @@ -15,9 +15,10 @@ RUN yum install -y git \ # Install Java 8 RUN wget -q --no-cookies --no-check-certificate \ - --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz" \ + --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" \ + "http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz" \ -O - | tar xz -C /var/local -ENV JAVA_HOME /var/local/jdk1.8.0_45 +ENV JAVA_HOME /var/local/jdk1.8.0_131 ENV PATH $JAVA_HOME/bin:$PATH # Install Maven -- cgit v1.2.3