We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d4d1 commit 79f5109Copy full SHA for 79f5109
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.8 as builder
+FROM golang:1.15 as builder
2
WORKDIR /go/src/github.com/codekitchen/dinghy-http-proxy
3
COPY join-networks.go .
4
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go get -v github.com/fsouza/go-dockerclient
0 commit comments