Switch to alpine as base image

Signed-off-by: Pujan Shah <pujan14@gmail.com>
This commit is contained in:
Pujan Shah
2021-03-31 20:34:49 +02:00
parent c009b12cc2
commit 396c60cf71
2 changed files with 2 additions and 4 deletions

View File

@@ -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