mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 12:42:09 -05:00
docs(dockerfile-slim): fix typo (#1769)
Fixes small typo introduced in #1764
This commit is contained in:
parent
0e3ade060c
commit
443872341b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue