Bump alpine to 3.16.0

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2022-07-26 17:38:58 -04:00
parent 61f0423f1f
commit c51e1ac6e8
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN make build
################
FROM alpine:3.14.2
FROM alpine:3.16.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.14.2
FROM alpine:3.16.0
COPY terraform-docs /usr/local/bin/terraform-docs