Skip to content
Snippets Groups Projects
Commit 6d1ba3f0 authored by Will McCutchen's avatar Will McCutchen
Browse files

Upgrade to go 1.11 for docker images

parent 7645bfe7
No related branches found
No related tags found
No related merge requests found
FROM golang:1.9 FROM golang:1.11
RUN go get -u github.com/kevinburke/go-bindata/...
WORKDIR /go/src/github.com/mccutchen/go-httpbin WORKDIR /go/src/github.com/mccutchen/go-httpbin
COPY Makefile .
RUN make deps
COPY . . COPY . .
RUN make RUN make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment