cuelang.org/go@v0.10.1/cmd/cue/Dockerfile (about) 1 FROM gcr.io/distroless/static:latest 2 COPY cue /usr/bin/cue 3 ENTRYPOINT ["/usr/bin/cue"]