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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG TARGETVARIANT=""
|
ARG TARGETVARIANT=""
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/dexidp/dex
|
WORKDIR /usr/local/src/dex
|
||||||
|
|
||||||
ENV GOOS=${TARGETOS} \
|
ENV GOOS=${TARGETOS} \
|
||||||
GOARCH=${TARGETARCH} \
|
GOARCH=${TARGETARCH} \
|
||||||
|
|
Reference in a new issue