We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9485ec6 commit feae926Copy full SHA for feae926
dataflow/snippets/Dockerfile
@@ -22,7 +22,7 @@ FROM ubuntu:focal
22
23
WORKDIR /pipeline
24
25
-COPY --from=apache/beam_python3.11_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
+COPY --from=apache/beam_python3.11_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
26
ENTRYPOINT [ "/opt/apache/beam/boot" ]
27
28
COPY requirements.txt .
0 commit comments