Skip to content

Commit c26e06c

Browse files
authored
chore(deps): update dependency apache/beam_python3.8_sdk to v2.37.0 (GoogleCloudPlatform#7551)
1 parent 3c84b75 commit c26e06c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

dataflow/custom-containers/miniconda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN conda create -y -n env python=3.8 \
2929
FROM ubuntu:latest
3030

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

3535
# 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
@@ -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.36.0 /opt/apache/beam /opt/apache/beam
18+
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
1919
ENTRYPOINT [ "/opt/apache/beam/boot" ]
2020

2121
# Install the requirements.

dataflow/custom-containers/ubuntu/Dockerfile

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

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

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

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.36.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.8_sdk:2.37.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.36.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.37.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.36.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.37.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.36.0 /opt/apache/beam /opt/apache/beam
40+
COPY --from=apache/beam_python3.8_sdk:2.37.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.36.0 /opt/apache/beam /opt/apache/beam
41+
COPY --from=apache/beam_python3.8_sdk:2.37.0 /opt/apache/beam /opt/apache/beam
4242
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
 (0)