Skip to content

Commit 699a9cb

Browse files
renovate-botDavid Cavazos
andauthored
chore(deps): update dependency apache/beam_python3.8_sdk to v2.36.0 (GoogleCloudPlatform#7459)
* chore(deps): update dependency apache/beam_python3.8_sdk to v2.36.0 * Update requirements.txt Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent f05ade5 commit 699a9cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dataflow/custom-containers/minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM python:3.8-slim
1616

1717
# Set the entrypoint to Apache Beam SDK worker launcher.
18-
COPY --from=apache/beam_python3.8_sdk:2.35.0 /opt/apache/beam /opt/apache/beam
18+
COPY --from=apache/beam_python3.8_sdk:2.36.0 /opt/apache/beam /opt/apache/beam
1919
ENTRYPOINT [ "/opt/apache/beam/boot" ]
2020

2121
# Install the requirements.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apache-beam[gcp]==2.35.0
1+
apache-beam[gcp]==2.36.0

0 commit comments

Comments
 (0)