Update dep in dockerfile

This commit is contained in:
Tulir Asokan 2018-09-20 01:49:39 +03:00
parent a77084b12e
commit 66849dd40d

View File

@ -1,7 +1,7 @@
FROM golang:1-alpine AS builder FROM golang:1-alpine AS builder
RUN apk add --no-cache git ca-certificates gcc musl-dev RUN apk add --no-cache git ca-certificates gcc musl-dev
RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 RUN wget -qO /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
RUN chmod +x /usr/local/bin/dep RUN chmod +x /usr/local/bin/dep
COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/ COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/