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

Bump docker image to go 1.15

parent 5c2aecba
No related branches found
No related tags found
No related merge requests found
FROM golang:1.13 FROM golang:1.15
WORKDIR /go/src/github.com/mccutchen/go-httpbin WORKDIR /go/src/github.com/mccutchen/go-httpbin
COPY Makefile . # Manually implement the subset of `make deps` we need to build the image
RUN make deps RUN cd /tmp && go get -u github.com/kevinburke/go-bindata/...
COPY . . COPY . .
RUN make build buildtests RUN make build buildtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment