fix: missing-user-entrypoint-3

This commit is contained in:
appuser 2026-08-03 16:04:35 +00:00
commit d14ffe01ee

View file

@ -1,3 +1,4 @@
FROM gcr.io/distroless/static
COPY glow /usr/local/bin/glow
USER nonroot
ENTRYPOINT [ "/usr/local/bin/glow" ]