docs(dockerfile-slim): fix typo (#1769)

Fixes small typo introduced in #1764
This commit is contained in:
Xiao Liang 2021-07-15 22:26:52 +08:00 committed by GitHub
parent 0e3ade060c
commit 443872341b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
&& find /usr/ -type f -name '*.md' -exec rm {} +
################################################################################
# Build the clang-form binary ##################################################
# Build the clang-format binary ################################################
################################################################################
FROM alpine:3.14.0 as clang-format-build