We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fd18b commit 77bc780Copy full SHA for 77bc780
Dockerfile
@@ -21,7 +21,7 @@ RUN make build
21
22
################
23
24
-FROM alpine:3.13.3
+FROM alpine:3.14.0
25
26
COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/
27
scripts/release/Dockerfile
@@ -6,7 +6,7 @@
6
# You may obtain a copy of the License at the LICENSE file in
7
# the root directory of this source tree.
8
9
10
11
COPY terraform-docs /usr/local/bin/terraform-docs
12
0 commit comments