renaudl
renaudl
Hi, I removed the -alpine in both files. Now I get this: Sending build context to Docker daemon 12.8kB Step 1/9 : FROM golang:1.11 AS builder ---> 92d583cdd84d Step 2/9...
Made it work like this as a pure windows dock - probably a bit hackish as I am all new to this: FROM golang:1.11 AS builder ENV GIT_VERSION 2.15.1 ENV...
Hey, Looks good to me but not enough of an expert to fully review.
Couldn't this be lazy loaded on usage rather than by default?