diff --git a/Dockerfile b/Dockerfile index e5f0b58..02e69dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,7 @@ ENTRYPOINT ["/usr/local/bin/mtg"] ENV MTG_IP=0.0.0.0 \ MTG_PORT=3128 \ MTG_STATS_IP=0.0.0.0 \ - MTG_STATS_PORT=3129 \ - MTG_USE_IPV6=true + MTG_STATS_PORT=3129 EXPOSE 3128 3129 COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt diff --git a/Makefile b/Makefile index ce6a1cc..fc5f9c9 100644 --- a/Makefile +++ b/Makefile @@ -76,5 +76,5 @@ install-dep: .PHONY: install-lint install-lint: - @go get gopkg.in/alecthomas/gometalinter.v2 && \ + @go get github.com/alecthomas/gometalinter && \ $(GOMETALINTER) --install >/dev/null