From 66849dd40da1625e4430f2096862faff8c2f4ddc Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 20 Sep 2018 01:49:39 +0300 Subject: [PATCH] Update dep in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71c53d9..1f890e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1-alpine AS builder 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 COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/