Fix path in Dockerfile

This commit is contained in:
Mickael Remond 2018-12-26 19:18:42 +01:00
parent f837b8be87
commit be587fac4c
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -1,5 +1,5 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
FROM golang:1.11
WORKDIR /go/src/gosrc.io/xmpp
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
COPY . ./
RUN go get -t ./...