This commit is contained in:
surajgirigani-opsmx 2026-08-04 18:41:34 +04:00 committed by GitHub
commit 7bbed07d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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