We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Containerfile
1 parent e5b54d7 commit a8e0a62Copy full SHA for a8e0a62
Containerfile
@@ -18,7 +18,7 @@ FROM base AS build
18
RUN --mount=target=. \
19
--mount=type=cache,target=/go/pkg/mod \
20
--mount=type=cache,target=/root/.cache/go-build \
21
- CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags '-s -w' -o /icingadb ./cmd/icingadb/main.go
+ CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags '-s -w' -o /icingadb ./cmd/icingadb
22
23
FROM scratch
24
0 commit comments