diff --git a/Dockerfile b/Dockerfile index cd95389..817a890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .