Merge pull request #627 from EppO/patch-1

Update alpine to 3.16.1
This commit is contained in:
Khosrow Moossavi
2022-07-28 14:18:31 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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