mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 21:33:50 -07:00
Make image build process a bit simpler
Take full leverage of multi-stage docker build.
This commit is contained in:
parent
93eca1cb8e
commit
7eb6b35cb0
2 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@ RUN mkdir -p /out/bin && \
|
|||
cp shellcheck /out/bin/
|
||||
|
||||
# Resulting Alpine image
|
||||
FROM alpine:latest
|
||||
FROM alpine:latest AS alpine
|
||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||
COPY --from=build /out /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue