We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26f55c commit 8a9788eCopy full SHA for 8a9788e
2.6.0/Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:14.04
5
# JAVA
6
####################
7
8
-ENV JAVA_VERSION 7u79
+ENV JAVA_VERSION 7 # don't use more prefix since it's unmaintanable if Ubuntu repository is not mirrored.
9
ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
10
11
RUN apt-get update && \
0 commit comments