[mod] use java 8

This commit is contained in:
Andy Bunce 2022-08-11 16:13:09 +01:00
parent 6861f0cbee
commit ad700dab58
1 changed files with 2 additions and 2 deletions

View File

@ -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 && \