Skip to content

Commit fbf823a

Browse files
committed
Remove deprecated -d flag from go get
1 parent 7acb2ea commit fbf823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /app
2222
RUN mkdir data
2323
# install dependencies before copying everything else to allow for caching
2424
COPY go.mod go.sum ./
25-
RUN go get -d ./...
25+
RUN go get -v ./...
2626
# copy the code into the build image
2727
COPY . .
2828

0 commit comments

Comments
 (0)