File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dataflow/custom-containers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ FROM ubuntu:latest
3131WORKDIR /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
3535ENTRYPOINT [ "/opt/apache/beam/boot" ]
3636
3737# Copy the python installation from the builder stage.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM python:3.9-slim
1717WORKDIR /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
2121ENTRYPOINT [ "/opt/apache/beam/boot" ]
2222
2323# Install the requirements.
You can’t perform that action at this time.
0 commit comments