mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-20 02:33:31 +08:00
Merge 7810552c27
into d3001f337a
This commit is contained in:
@@ -23,4 +23,8 @@ FROM scratch
|
|||||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||||
WORKDIR /mnt
|
WORKDIR /mnt
|
||||||
COPY --from=alpine /bin/shellcheck /bin/
|
COPY --from=alpine /bin/shellcheck /bin/
|
||||||
|
|
||||||
|
# Drop root privileges.
|
||||||
|
USER 65535:65535
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/shellcheck"]
|
ENTRYPOINT ["/bin/shellcheck"]
|
||||||
|
Reference in New Issue
Block a user