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 86c5b38 commit 3c5a9eeCopy full SHA for 3c5a9ee
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:latest as builder
+FROM golang:stretch as builder
2
3
# Install dependencies
4
RUN set -x \
@@ -38,7 +38,7 @@ RUN set -x \
38
&& chmod +x bin/linux-amd64/terraform-docs
39
40
# Use a clean tiny image to store artifacts in
41
-FROM alpine:latest
+FROM alpine:3.9
42
LABEL \
43
maintainer="cytopia <[email protected]>" \
44
repo="https://github.com/cytopia/docker-terraform-docs"
0 commit comments