Skip to content

Commit 5638b29

Browse files
committed
Update Alpine base image to 3.16.1
3.16.1 fixes 4 high vulnerabilities present in Alpine 3.16.0 Signed-off-by: Florent Monbillard <f.monbillard@gmail.com>
1 parent d904f25 commit 5638b29

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.16.0
24+
FROM alpine:3.16.1
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.16.0
9+
FROM alpine:3.16.1
1010

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

0 commit comments

Comments
 (0)