Skip to content

Commit

Permalink
Fix base image to distroless/cc because of duckdb libstdc++ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Nov 13, 2024
1 parent 52f9769 commit 4bbc9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN go build -o /go/bin/f3 ./cmd/f3

FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/cc
COPY --from=build /go/bin/f3 /usr/bin/

ENTRYPOINT ["/usr/bin/f3"]

0 comments on commit 4bbc9af

Please sign in to comment.