Skip to content

Commit

Permalink
Change the JDK runtime of the Dockerfile that builds ShardingSphere P…
Browse files Browse the repository at this point in the history
…roxy from JDK17 to JDK21
  • Loading branch information
linghengqian committed Jan 25, 2024
1 parent d6d1079 commit b9df490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV LOCAL_PATH /opt/shardingsphere-proxy
ADD target/${APP_NAME}.tar.gz /opt
RUN mv /opt/${APP_NAME} ${LOCAL_PATH} && mkdir -p ${LOCAL_PATH}/ext-lib

FROM eclipse-temurin:17-jdk
FROM eclipse-temurin:21-jdk
MAINTAINER ShardingSphere "dev@shardingsphere.apache.org"

ENV LOCAL_PATH /opt/shardingsphere-proxy
Expand Down

0 comments on commit b9df490

Please sign in to comment.