Skip to content

Commit 16f0a42

Browse files
committed
feat: build binary with -trimpath
1 parent 06e9865 commit 16f0a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.server

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212

1313
# Build
1414
RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 \
15-
go build -v -x -o bin/sqlite-rest ./
15+
go build -trimpath -v -x -o bin/sqlite-rest ./
1616

1717
FROM docker.io/library/debian:stable-slim
1818

0 commit comments

Comments
 (0)