davidzollo commented on code in PR #439: URL: https://github.com/apache/seatunnel-website/pull/439#discussion_r2981360411
########## versioned_docs/version-2.3.13/getting-started/kubernetes/kubernetes.mdx: ########## @@ -70,7 +70,7 @@ minikube image load seatunnel:2.3.13-flink-1.13 <TabItem value="Zeta (local-mode)"> ```Dockerfile -FROM openjdk:8 +FROM openjdk:8u342 Review Comment: ```suggestion FROM seatunnelhub/openjdk:8u342 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
