Skip to content

Commit c196ce4

Browse files
authored
Fix keyword casing in docker-compose Dockerfile (#1663)
1 parent a204116 commit c196ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment-examples/docker-compose/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN bazel build -c ${OPT_LEVEL} ${ADDITIONAL_BAZEL_FLAGS} nativelink && \
6161
cp ./bazel-bin/nativelink /root/nativelink-bin
6262

6363
# Go back to a fresh ubuntu container and copy only the compiled binary.
64-
FROM ubuntu:${OS_VERSION} as final
64+
FROM ubuntu:${OS_VERSION} AS final
6565
ARG OS_VERSION
6666
COPY --from=builder /root/nativelink-bin /usr/local/bin/nativelink
6767

0 commit comments

Comments
 (0)