From 38524f543b759c49ae69fe031558a23f983c5ea4 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 28 Jul 2020 09:12:59 +0800 Subject: [PATCH] Switch to JDK 10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d2b2a9..c041f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV LANG='en_US.UTF-8' \ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk update && \ apk -U upgrade --ignore alpine-baselayout && \ - apk -U add openjdk11-jre-headless unzip python3 + apk -U add openjdk10-jre-headless unzip python3 RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip && \ mkdir /nzbhydra && \