Skip to content

Commit 6df1ffc

Browse files
committed
remove all refs to JDK 8
1 parent 759da4e commit 6df1ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ FROM jenv-${JENV_TAGGED} as jenv-final
205205
RUN . ~/.bash_profile && \
206206
. /etc/jdk.env && \
207207
java -version && \
208-
jenv add /usr/lib/jvm/java-8-openjdk-$JDK_PLATFORM && \
209208
jenv add /usr/lib/jvm/java-11-openjdk-$JDK_PLATFORM && \
210209
jenv add /usr/lib/jvm/java-17-openjdk-$JDK_PLATFORM && \
211210
jenv versions && \

0 commit comments

Comments
 (0)