We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f0870 commit f8984c9Copy full SHA for f8984c9
Dockerfile
@@ -1,5 +1,5 @@
1
FROM karalabe/xgo-latest
2
RUN apt-get update && apt-get install curl -y
3
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
4
-ENV GOPROXY=direct
+
5
ENTRYPOINT ["goreleaser"]
0 commit comments