Skip to content

Commit b6bb520

Browse files
authored
chore(deps): update apache/beam_python3.9_sdk docker tag to v2.55.1 (GoogleCloudPlatform#11160)
1 parent 64af7db commit b6bb520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataflow/custom-containers/miniconda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM ubuntu:latest
3131
WORKDIR /pipeline
3232

3333
# Set the entrypoint to Apache Beam SDK worker launcher.
34-
COPY --from=apache/beam_python3.9_sdk:2.48.0 /opt/apache/beam /opt/apache/beam
34+
COPY --from=apache/beam_python3.9_sdk:2.55.1 /opt/apache/beam /opt/apache/beam
3535
ENTRYPOINT [ "/opt/apache/beam/boot" ]
3636

3737
# 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
@@ -17,7 +17,7 @@ FROM python:3.9-slim
1717
WORKDIR /pipeline
1818

1919
# Set the entrypoint to Apache Beam SDK worker launcher.
20-
COPY --from=apache/beam_python3.9_sdk:2.48.0 /opt/apache/beam /opt/apache/beam
20+
COPY --from=apache/beam_python3.9_sdk:2.55.1 /opt/apache/beam /opt/apache/beam
2121
ENTRYPOINT [ "/opt/apache/beam/boot" ]
2222

2323
# Install the requirements.

0 commit comments

Comments
 (0)