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>
This commit is contained in:
Florent Monbillard
2022-07-28 11:53:30 -04:00
parent d904f257e7
commit 5638b290af
2 changed files with 2 additions and 2 deletions

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