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

cvandermerwe 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 0705b4376ec apt-get upgrade in container images to install security 
fixes. (#37841)
0705b4376ec is described below

commit 0705b4376ec96730e0cbd848b64a6dd21f18cc50
Author: claudevdm <[email protected]>
AuthorDate: Thu Mar 12 18:59:18 2026 -0400

    apt-get upgrade in container images to install security fixes. (#37841)
    
    Co-authored-by: Claude <[email protected]>
---
 sdks/python/container/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 9aa9f0518dd..af45b29d044 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -34,6 +34,7 @@ ARG py_version
 RUN  \
     # Install native bindings required for dependencies.
     apt-get update && \
+    apt-get upgrade -y && \
     apt-get install -y \
        # Required by python-snappy
        libsnappy-dev \

Reply via email to