mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Bump alpine to 3.14.2
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user