Skip to content

Commit 177e5dc

Browse files
committed
updated dockerfile to java11
1 parent b5bfead commit 177e5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818
RUN curl -s "https://get.sdkman.io" | bash
1919

2020
RUN source /root/.sdkman/bin/sdkman-init.sh && \
21-
sdk install java 8.0.265-zulu && \
21+
sdk install java 11.0.9-zulu && \
2222
sdk install kotlin 1.4.10
2323
# sdk install maven 3.6.0 && \
2424

0 commit comments

Comments
 (0)