Skip to content

Commit 7854946

Browse files
author
gernerd
committed
change java version in Dockerfile.dependencies
1 parent fdecb08 commit 7854946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# This Dockerfile uses JDK17 by default.
66
# To build with other versions, use "--build-arg JDK_VERSION=[value]"
7-
ARG JDK_VERSION=17
7+
ARG JDK_VERSION=11
88

99
# Step 1 - Download all Dependencies
1010
FROM docker.io/maven:3-eclipse-temurin-${JDK_VERSION} AS build

0 commit comments

Comments
 (0)