Skip to content

Commit 90b80db

Browse files
authored
Update JDK version from 11 to 17 in Makefile
1 parent e25b0a5 commit 90b80db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: mvn-docker-build get-itest-jar-from-maven-image integration-test
22

33
# JDK_VERSION should be the JDK version we use to source our container dependencies
4-
JDK_VERSION=11
4+
JDK_VERSION=17
55
MVN_SNAPSHOT_VERSION=1.1-SNAPSHOT
66

77
DFIU_DIR=dockerfile-image-update

0 commit comments

Comments
 (0)