diff --git a/Containerfile b/Containerfile index 3df96b47..b7d440c2 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,7 @@ FROM base AS build RUN --mount=target=. \ --mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/root/.cache/go-build \ - CGO_ENABLED=0 go build -trimpath -ldflags '-s -w' -o /icingadb ./cmd/icingadb/main.go + CGO_ENABLED=0 go build -trimpath -ldflags '-s -w' -o /icingadb ./cmd/icingadb FROM scratch