cuddly-arm-8412
07/13/2023, 9:15 AM&& apk --no-cache add tar curl openjdk8 openjdk8-jre perl bash coreutils gcompat \
&& apk --no-cache add openjdk11-jre --repository=<http://dl-cdn.alpinelinux.org/alpine/edge/community> \
&& apk --no-cache add openjdk11 --repository=<http://dl-cdn.alpinelinux.org/alpine/edge/community> \
If so, do I need to specify the default Java JDK as Java11? I noticed that when I started, I was prompted to need a higher version, and my default Docker is Java8?
java.lang.UnsupportedClassVersionError: com/linkedin/metadata/boot/OnBootApplicationListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0orange-night-91387
07/13/2023, 5:21 PM