Skip to content

Commit

Permalink
Set GOPROXY variable and use latest go1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweterings committed Sep 10, 2019
1 parent a6cd1b1 commit 09faffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM golang:1.12.1-stretch AS build-env
FROM golang:1.12.9-stretch AS build-env
WORKDIR /terraform-provider

ADD . /terraform-provider

ENV GOPROXY=https://proxy.golang.org
RUN go mod download
RUN go build -o terraform-provider-commercetools

Expand Down

0 comments on commit 09faffa

Please sign in to comment.