Skip to content

Commit

Permalink
Build the ctfe/ct_server binary without depending on glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Aug 2, 2023
1 parent d2f3a6f commit 5200045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trillian/examples/deployment/docker/ctfe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY go.sum .
RUN go mod download
COPY . .

RUN go build ./trillian/ctfe/ct_server
RUN CGO_ENABLED=0 go build ./trillian/ctfe/ct_server

FROM gcr.io/distroless/base@sha256:73deaaf6a207c1a33850257ba74e0f196bc418636cada9943a03d7abea980d6d

Expand Down

0 comments on commit 5200045

Please sign in to comment.