Merge pull request #545 from khos2ow/deps/docker

Bump docker images (alpine and golang)
This commit is contained in:
Khosrow Moossavi
2021-07-28 20:12:03 -04:00
committed by GitHub
2 changed files with 3 additions and 3 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 golang:1.16.4-alpine AS builder
FROM golang:1.16.6-alpine AS builder
RUN apk add --update --no-cache make
@@ -21,7 +21,7 @@ RUN make build
################
FROM alpine:3.13.3
FROM alpine:3.14.0
COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/

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.13.3
FROM alpine:3.14.0
COPY terraform-docs /usr/local/bin/terraform-docs