Loading .hadolint.yaml 0 → 100644 +2 −0 Original line number Diff line number Diff line ignored: - DL3007 Dockerfile +2 −2 Original line number Diff line number Diff line FROM registry.cyberbrain.pw/docker/grype:latest AS base FROM registry.cyberbrain.pw/tools/docker/grype:latest AS base FROM registry.cyberbrain.pw/docker/alpine:latest AS common FROM registry.cyberbrain.pw/tools/docker/alpine:latest AS common FROM common AS executor COPY --from=base /grype /grype Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line FROM registry.cyberbrain.pw/docker/grype:latest AS base FROM registry.cyberbrain.pw/tools/docker/grype:latest AS base FROM registry.cyberbrain.pw/docker/alpine:latest AS common FROM registry.cyberbrain.pw/tools/docker/alpine:latest AS common FROM common AS executor COPY --from=base /grype /grype Loading