From 4eb50ae5b945b3a9d9aa25b2e64a32303d556dc4 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Fri, 8 Oct 2021 13:40:12 -0400 Subject: [PATCH] Bump alpine to 3.14.2 Signed-off-by: Khosrow Moossavi --- Dockerfile | 2 +- scripts/release/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1990f9..4805c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN make build ################ -FROM alpine:3.14.0 +FROM alpine:3.14.2 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 f783649..0de6a3a 100644 --- a/scripts/release/Dockerfile +++ b/scripts/release/Dockerfile @@ -6,7 +6,7 @@ # You may obtain a copy of the License at the LICENSE file in # the root directory of this source tree. -FROM alpine:3.14.0 +FROM alpine:3.14.2 COPY terraform-docs /usr/local/bin/terraform-docs