[mod] use java 8
This commit is contained in:
parent
6861f0cbee
commit
ad700dab58
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ LABEL author="Andy Bunce"
|
|||
LABEL company="Quodatum Ltd"
|
||||
LABEL maintainer="quodatum@gmail.com"
|
||||
|
||||
# Install OpenJDK-11
|
||||
# Install OpenJDK-8
|
||||
RUN apt-get update && \
|
||||
apt-get install -y openjdk-11-jdk-headless;
|
||||
apt-get install -y openjdk-8-jdk-headless;
|
||||
|
||||
# Fix certificate issues
|
||||
RUN apt-get update && \
|
||||
|
|
Loading…
Add table
Reference in a new issue