refactor: stop using GOPATH for building Dex image
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
757a1eded5
commit
97606bd623
@ -4,7 +4,7 @@ ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT=""
|
||||
|
||||
WORKDIR /go/src/github.com/dexidp/dex
|
||||
WORKDIR /usr/local/src/dex
|
||||
|
||||
ENV GOOS=${TARGETOS} \
|
||||
GOARCH=${TARGETARCH} \
|
||||
|
Reference in New Issue
Block a user