Switch to busybox

This commit is contained in:
IamTheFij 2018-08-12 14:19:23 -07:00
parent 5b5c1ce040
commit 5fcb935c0f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN dep ensure --vendor-only
COPY ./main.go /go/src/app/
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix nocgo -o dockron .
FROM alpine:latest
FROM busybox:latest
WORKDIR /root/
COPY --from=builder /go/src/app/dockron .