We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f591f6a commit 9a21666Copy full SHA for 9a21666
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25 as build
+FROM golang:1.24 as build
2
ADD . /go/src/github.com/neubot/dash
3
WORKDIR /go/src/github.com/neubot/dash
4
RUN CGO_ENABLED=0 go build -v -tags netgo -ldflags "-s -w -extldflags \"-static\"" ./cmd/dash-server
0 commit comments