Skip to content

Commit b4d8c45

Browse files
shunpingclaudevdmClaude
authored
apt-get upgrade in container images to install security fixes. (#37841) (#38225)
Co-authored-by: claudevdm <33973061+claudevdm@users.noreply.github.com> Co-authored-by: Claude <cvandermerwe@google.com>
1 parent 740ff22 commit b4d8c45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdks/python/container/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ARG py_version
3434
RUN \
3535
# Install native bindings required for dependencies.
3636
apt-get update && \
37+
apt-get upgrade -y && \
3738
apt-get install -y \
3839
# Required by python-snappy
3940
libsnappy-dev \

0 commit comments

Comments
 (0)