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 0014202 commit c3166cdCopy full SHA for c3166cd
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ COPY . .
19
20
# Build the application
21
ARG VERSION=dev
22
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
+RUN CGO_ENABLED=0 GOOS=linux go build \
23
-ldflags="-w -s -X main.version=${VERSION} -extldflags '-static'" \
24
-a -installsuffix cgo \
25
-o dns-sync cmd/dns-sync/main.go
0 commit comments