Skip to content

Commit 29d877a

Browse files
authored
chore(deps): update apache/beam_python3.6_sdk docker tag to v2.28.0 (GoogleCloudPlatform#5397)
1 parent d5f227e commit 29d877a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataflow/gpu-workers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN egrep -v '^tensorflow([=<>]|$)' requirements.txt > /tmp/requirements.txt \
2727
&& pip install --no-cache-dir -r /tmp/requirements.txt
2828

2929
# Copy the Apache Beam required files from the Beam Python SDK image.
30-
COPY --from=apache/beam_python3.6_sdk:2.27.0 /opt/apache/beam /opt/apache/beam
30+
COPY --from=apache/beam_python3.6_sdk:2.28.0 /opt/apache/beam /opt/apache/beam
3131

3232
# Set the entrypoint to Apache Beam SDK worker launcher.
3333
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
 (0)