Skip to content

Commit

Permalink
chore: use alpine:3.8 as base image (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored Jan 13, 2019
1 parent 36df035 commit fd41a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ COPY ./hack ./hack
RUN chmod +x ./hack/test.sh
RUN ./hack/test.sh --all

FROM scratch AS image
FROM alpine:3.8 AS image
COPY --from=build /conform-linux-amd64 /conform
ENTRYPOINT [ "/conform" ]

0 comments on commit fd41a2f

Please sign in to comment.