Skip to content

Commit

Permalink
bump zulu to 8u172
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jun 4, 2018
1 parent 47209d3 commit 8f4d014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN yum update -y \
ENV GROUPER_VERSION=2.3.0 \
JAVA_HOME=/opt/java

RUN java_version=8.0.131; \
zulu_version=8.21.0.1; \
RUN java_version=8.0.172; \
zulu_version=8.30.0.1; \
echo 'Downloading the OpenJDK Zulu...' \
&& wget -q http://cdn.azul.com/zulu/bin/zulu$zulu_version-jdk$java_version-linux_x64.tar.gz \
&& echo "1931ed3beedee0b16fb7fd37e069b162 zulu$zulu_version-jdk$java_version-linux_x64.tar.gz" | md5sum -c - \
Expand Down

0 comments on commit 8f4d014

Please sign in to comment.