Skip to content

Commit

Permalink
Bump go to 1.14.3 and alpine to 3.11 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed May 17, 2020
1 parent 38190f4 commit a6a9bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.14.0-alpine3.11 as builder
FROM golang:1.14.3-alpine3.11 as builder

RUN apk --no-cache add git make gcc musl-dev zip

WORKDIR /tflint
ADD . /tflint
RUN make build

FROM alpine:3.10 as prod
FROM alpine:3.11 as prod

LABEL maintainer=terraform-linters

Expand Down

0 comments on commit a6a9bbd

Please sign in to comment.