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 d8f939f commit 5de3bf2Copy full SHA for 5de3bf2
bin/Dockerfile.base
@@ -30,8 +30,8 @@ RUN { \
30
} > /usr/local/bin/docker-java-home \
31
&& chmod +x /usr/local/bin/docker-java-home
32
RUN set -x \
33
- # Install JDK 11.0.8 due to JDK-8165852.
34
- && apk add --no-cache openjdk11
+ # Install JDK 11.0.8+ due to JDK-8165852.
+ && apk add --no-cache --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community openjdk11
35
36
# create a custom, minimized JRE via jlink
37
RUN /usr/lib/jvm/java-11-openjdk/bin/jlink --add-modules \
0 commit comments