Skip to content

Commit

Permalink
Use personal custom base image for docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Mar 2, 2019
1 parent 5eee2de commit 6ecbef8
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 @@ -8,7 +8,7 @@ RUN go get
RUN go build -ldflags="-s -w"
RUN chmod +x smtp-dkim-signer

FROM alpine:latest
FROM mback2k/alpine:latest
RUN apk --no-cache --update upgrade && apk --no-cache add ca-certificates

COPY --from=build /go/src/github.com/mback2k/smtp-dkim-signer/smtp-dkim-signer /usr/local/bin/smtp-dkim-signer
Expand Down

0 comments on commit 6ecbef8

Please sign in to comment.