Skip to content

Commit f7e558e

Browse files
authored
chore(deps): update apache/beam_python3.8_sdk docker tag to v2.32.0 (GoogleCloudPlatform#6613)
[![WhiteSource 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.31.0` -> `2.32.0` | --- ### Configuration 📅 **Schedule**: 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 6d0e249 commit f7e558e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.31.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.8_sdk:2.32.0 /opt/apache/beam /opt/apache/beam
3434
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.31.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.32.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

dataflow/gpu-examples/tensorflow-minimal/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.31.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.32.0 /opt/apache/beam /opt/apache/beam
4141
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
 (0)