Go get should not update dependencies
This commit is contained in:
parent
25da20f5ab
commit
851be42b0c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN git clone \
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN go get -u \
|
RUN go get \
|
||||||
&& CGO_ENABLED=0 make build
|
&& CGO_ENABLED=0 make build
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue