Skip to content

Commit cf95ce7

Browse files
committed
dockerfile: update to use the latest LTS java
Signed-off-by: Rui Chen <[email protected]>
1 parent 48db0c3 commit cf95ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Running this image will start a language server that listens for TCP connections on port 49100
22
# Every connection will be run in a forked child process
33

4-
ARG JDKVERSION=11
4+
ARG JDKVERSION=17
55

66
FROM --platform=$BUILDPLATFORM eclipse-temurin:${JDKVERSION} AS builder
77

0 commit comments

Comments
 (0)