diff --git a/Dockerfile b/Dockerfile index be9f5d9..a62ccf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,7 @@ COPY . . RUN make build ################ - -# Use empty base image -FROM scratch +FROM alpine:3.13.3 # Copy static executable for terraform-docs COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/ diff --git a/scripts/release/Dockerfile b/scripts/release/Dockerfile index fee9934..077c20d 100644 --- a/scripts/release/Dockerfile +++ b/scripts/release/Dockerfile @@ -7,7 +7,7 @@ # the root directory of this source tree. # Use empty base image -FROM scratch +FROM alpine:3.13.3 # Copy static executable for terraform-docs COPY terraform-docs /usr/local/bin/terraform-docs