mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Switch to alpine as base image
Signed-off-by: Pujan Shah <pujan14@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user