Skip to content

Commit 8a9788e

Browse files
committed
update Dockerfile
don't use more prefix for java version since it's unmaintanable if Ubuntu repository is not mirrored.
1 parent e26f55c commit 8a9788e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.6.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:14.04
55
# JAVA
66
####################
77

8-
ENV JAVA_VERSION 7u79
8+
ENV JAVA_VERSION 7 # don't use more prefix since it's unmaintanable if Ubuntu repository is not mirrored.
99
ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
1010

1111
RUN apt-get update && \

0 commit comments

Comments
 (0)