This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new b5035a08836 Update Playground Python Dockerfile (#31745)
b5035a08836 is described below

commit b5035a08836c31451c5015c94f2a05fbb107febd
Author: Jack McCluskey <34928439+jrmcclus...@users.noreply.github.com>
AuthorDate: Tue Jul 2 15:12:19 2024 -0400

    Update Playground Python Dockerfile (#31745)
    
    * Fix Python Playground Dockerfile
    
    * Update version to 11.0.23
---
 playground/backend/containers/python/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/backend/containers/python/Dockerfile 
b/playground/backend/containers/python/Dockerfile
index 709a22eec96..b617e02b15c 100644
--- a/playground/backend/containers/python/Dockerfile
+++ b/playground/backend/containers/python/Dockerfile
@@ -65,7 +65,7 @@ RUN cd /opt/playground/backend/kafka-emulator/ && tar -xvf 
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 && \
-    wget 
http://http.us.debian.org/debian/pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb
 && \
+    wget 
http://http.us.debian.org/debian/pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.23+9-1~deb11u1_amd64.deb
 && \
     apt install -y ./openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb
 
 # Create a user group `appgroup` and a user `appuser`

Reply via email to