Skip to content

Commit

Permalink
Change default JDK in docker image to JDK 21 (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankChen021 committed Jun 14, 2024
1 parent a060e00 commit 1ccf93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG JDK_VERSION=17
ARG JDK_VERSION=21

FROM maven:3.9.6-eclipse-temurin-${JDK_VERSION} as builder

Expand Down

0 comments on commit 1ccf93b

Please sign in to comment.