Skip to content

Commit c9f61f2

Browse files
chore(deps): update apache/beam_python3.8_sdk docker tag to v2.29.0 (GoogleCloudPlatform#5753)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 66ae21d commit c9f61f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/gpu-workers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG python_version=3.8
2525
WORKDIR /root
2626

2727
# Copy the Apache Beam worker files and the requirements.txt file.
28-
COPY --from=apache/beam_python3.8_sdk:2.28.0 /opt/apache/beam /opt/apache/beam
28+
COPY --from=apache/beam_python3.8_sdk:2.29.0 /opt/apache/beam /opt/apache/beam
2929
COPY requirements.txt .
3030

3131
# Update PATH so we find our new Conda and Python installations.

0 commit comments

Comments
 (0)