Skip to content

Commit

Permalink
Merge pull request #627 from EppO/patch-1
Browse files Browse the repository at this point in the history
Update alpine to 3.16.1
  • Loading branch information
khos2ow committed Jul 28, 2022
2 parents d904f25 + 5638b29 commit 69dbe98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion scripts/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69dbe98

Please sign in to comment.