Skip to content

Commit 5de3bf2

Browse files
committed
revert to using OpenJDK from custom repo to fix JDK issue
1 parent d8f939f commit 5de3bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN { \
3030
} > /usr/local/bin/docker-java-home \
3131
&& chmod +x /usr/local/bin/docker-java-home
3232
RUN set -x \
33-
# Install JDK 11.0.8 due to JDK-8165852.
34-
&& apk add --no-cache openjdk11
33+
# Install JDK 11.0.8+ due to JDK-8165852.
34+
&& apk add --no-cache --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community openjdk11
3535

3636
# create a custom, minimized JRE via jlink
3737
RUN /usr/lib/jvm/java-11-openjdk/bin/jlink --add-modules \

0 commit comments

Comments
 (0)