Skip to content

Commit 79f5109

Browse files
committed
update golang to 1.15
go-dockerclient doesn't work with 1.8 anymore
1 parent fc0d4d1 commit 79f5109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.8 as builder
1+
FROM golang:1.15 as builder
22
WORKDIR /go/src/github.com/codekitchen/dinghy-http-proxy
33
COPY join-networks.go .
44
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go get -v github.com/fsouza/go-dockerclient

0 commit comments

Comments
 (0)