Skip to content

Commit 77bc780

Browse files
committed
Bump alpine to 3.14.0
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 15fd18b commit 77bc780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN make build
2121

2222
################
2323

24-
FROM alpine:3.13.3
24+
FROM alpine:3.14.0
2525

2626
COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/
2727

scripts/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# You may obtain a copy of the License at the LICENSE file in
77
# the root directory of this source tree.
88

9-
FROM alpine:3.13.3
9+
FROM alpine:3.14.0
1010

1111
COPY terraform-docs /usr/local/bin/terraform-docs
1212

0 commit comments

Comments
 (0)