Skip to content

Commit dcf77ba

Browse files
committed
Make JDKVERSION accessible from builder stage
1 parent af3f046 commit dcf77ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ARG JDKVERSION=17
55

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

8+
ARG JDKVERSION
9+
810
WORKDIR /src/kotlin-language-server
911

1012
COPY . .

0 commit comments

Comments
 (0)