build: 更新依赖

This commit is contained in:
Mmx233
2023-06-01 17:46:50 +08:00
parent cede8a1e6f
commit 2f5651d063
4 changed files with 38 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /build
COPY . .
RUN go build -gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH -ldflags '-extldflags "-static" -s -w' -o runner ./cmd/bitsrun
RUN go build -ldflags '-extldflags "-static" -s -w' -o runner ./cmd/bitsrun
FROM alpine:latest