Bump alpine to 3.14.0

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-07-28 20:05:30 -04:00
parent 15fd18bc73
commit 77bc7801b1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN make build
################
FROM alpine:3.13.3
FROM alpine:3.14.0
COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/

View File

@@ -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.13.3
FROM alpine:3.14.0
COPY terraform-docs /usr/local/bin/terraform-docs