Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Fixing next occurence of java version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Bleul committed Jul 15, 2015
1 parent 74e7142 commit ba62314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum install -y \

# install java
ENV JAVA_VERSION=1.8.0_51
ENV JAVA_TARBALL=server-jre-8u45-linux-x64.tar.gz
ENV JAVA_TARBALL=server-jre-8u51-linux-x64.tar.gz
ENV JAVA_HOME=/opt/java/jdk${JAVA_VERSION}

RUN wget --no-check-certificate --directory-prefix=/tmp \
Expand Down

0 comments on commit ba62314

Please sign in to comment.