Skip to content

Commit f2b85fb

Browse files
renovate-botDavid Cavazos
andauthored
chore(deps): update dependency apache/beam_python3.9_sdk to v2.38.0 (GoogleCloudPlatform#7812)
Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent 1ca52d0 commit f2b85fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dataflow/custom-containers/miniconda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM ubuntu:latest
3131
WORKDIR /pipeline
3232

3333
# Set the entrypoint to Apache Beam SDK worker launcher.
34-
COPY --from=apache/beam_python3.9_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
34+
COPY --from=apache/beam_python3.9_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
3535
ENTRYPOINT [ "/opt/apache/beam/boot" ]
3636

3737
# Copy the python installation from the builder stage.

dataflow/custom-containers/minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM python:3.9-slim
1717
WORKDIR /pipeline
1818

1919
# Set the entrypoint to Apache Beam SDK worker launcher.
20-
COPY --from=apache/beam_python3.9_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
20+
COPY --from=apache/beam_python3.9_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
2121
ENTRYPOINT [ "/opt/apache/beam/boot" ]
2222

2323
# Install the requirements.

dataflow/custom-containers/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ubuntu:impish
1717
WORKDIR /pipeline
1818

1919
# Set the entrypoint to Apache Beam SDK worker launcher.
20-
COPY --from=apache/beam_python3.9_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
20+
COPY --from=apache/beam_python3.9_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
2121
ENTRYPOINT [ "/opt/apache/beam/boot" ]
2222

2323
# Install Python with pip, dev tools, distutils, and a C++ compiler.

0 commit comments

Comments
 (0)