Skip to content

Commit 3c5a9ee

Browse files
committed
Used tagged base images
1 parent 86c5b38 commit 3c5a9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:latest as builder
1+
FROM golang:stretch as builder
22

33
# Install dependencies
44
RUN set -x \
@@ -38,7 +38,7 @@ RUN set -x \
3838
&& chmod +x bin/linux-amd64/terraform-docs
3939

4040
# Use a clean tiny image to store artifacts in
41-
FROM alpine:latest
41+
FROM alpine:3.9
4242
LABEL \
4343
maintainer="cytopia <[email protected]>" \
4444
repo="https://github.com/cytopia/docker-terraform-docs"

0 commit comments

Comments
 (0)