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.
2 parents 2e78aed + 9bb3e37 commit cc207b8Copy full SHA for cc207b8
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ WORKDIR /app
22
RUN apk add --no-cache ca-certificates tzdata
23
24
COPY crossview-go-server/go.mod crossview-go-server/go.sum ./
25
+ENV GOTOOLCHAIN=auto
26
RUN go mod download
27
28
COPY crossview-go-server/ ./
0 commit comments