Update Dockerfile

This commit is contained in:
gigirassy
2025-11-18 01:43:41 +01:00
parent 29ba675613
commit c88bba4506
+2 -2
View File
@@ -12,8 +12,8 @@ COPY . .
RUN rm -rf screenies .github
RUN CGO_ENABLED=0 \
GOOS=${TARGETOS:-linux} \
GOARCH=${TARGETARCH:-amd64} \
GOOS=${TARGETOS} \
GOARCH=${TARGETARCH} \
go build -trimpath \
-buildmode=pie \
-ldflags="-s -w -buildid='' -extldflags '-static'" \