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 a204116 commit c196ce4Copy full SHA for c196ce4
deployment-examples/docker-compose/Dockerfile
@@ -61,7 +61,7 @@ RUN bazel build -c ${OPT_LEVEL} ${ADDITIONAL_BAZEL_FLAGS} nativelink && \
61
cp ./bazel-bin/nativelink /root/nativelink-bin
62
63
# Go back to a fresh ubuntu container and copy only the compiled binary.
64
-FROM ubuntu:${OS_VERSION} as final
+FROM ubuntu:${OS_VERSION} AS final
65
ARG OS_VERSION
66
COPY --from=builder /root/nativelink-bin /usr/local/bin/nativelink
67
0 commit comments