This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-playground-10-31
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-playground-10-31 by this
push:
new 1a625e21362 Use JDK 21
1a625e21362 is described below
commit 1a625e213620bc28fcbdc20a3ebba99769b79f3d
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Oct 31 19:35:30 2025 +0400
Use JDK 21
---
playground/backend/containers/go/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground/backend/containers/go/Dockerfile
b/playground/backend/containers/go/Dockerfile
index 1f4a452c0f8..4e5ca18f2e6 100644
--- a/playground/backend/containers/go/Dockerfile
+++ b/playground/backend/containers/go/Dockerfile
@@ -69,7 +69,7 @@ COPY kafka-emulator/kafka-emulator.tar
/opt/playground/backend/kafka-emulator/
RUN cd /opt/playground/backend/kafka-emulator/ && tar -xvf kafka-emulator.tar
&& rm kafka-emulator.tar &&\
mv kafka-emulator/*.jar . && rmdir kafka-emulator/ &&\
mv beam-playground-kafka-emulator-*.jar beam-playground-kafka-emulator.jar
-RUN apt-get update && apt-get install -y openjdk-17-jre-headless
+RUN apt-get update && apt-get install -y openjdk-21-jre-headless
# Create a user group `appgroup` and a user `appuser`
RUN groupadd --gid 20000 appgroup \