Skip to content

Commit 43c1fc9

Browse files
authored
chore(deps): update dependency apache/beam_python3.8_sdk to v2.38.0 (GoogleCloudPlatform#7811)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | apache/beam_python3.8_sdk | final | minor | `2.37.0` -> `2.40.0` | | apache/beam_python3.8_sdk | final | minor | `2.39.0` -> `2.40.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent cbc528f commit 43c1fc9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dataflow/gpu-examples/pytorch-minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ RUN apt-get update \
3030
&& pip check
3131

3232
# Set the entrypoint to Apache Beam SDK worker launcher.
33-
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.8_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
3434
ENTRYPOINT [ "/opt/apache/beam/boot" ]

dataflow/gpu-examples/tensorflow-landsat-prime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ RUN apt-get update \
3737
&& pip check
3838

3939
# Set the entrypoint to Apache Beam SDK worker launcher.
40-
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

dataflow/gpu-examples/tensorflow-landsat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ RUN apt-get update \
3737
&& pip check
3838

3939
# Set the entrypoint to Apache Beam SDK worker launcher.
40-
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

people-and-planet-ai/timeseries-classification/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ RUN apt-get update \
3838
&& pip check
3939

4040
# Set the entrypoint to Apache Beam SDK worker launcher.
41-
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
41+
COPY --from=apache/beam_python3.8_sdk:2.38.0 /opt/apache/beam /opt/apache/beam
4242
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
 (0)