Skip to content

Commit

Permalink
Merge pull request #6 from bnb-chain/update_distroless_image
Browse files Browse the repository at this point in the history
test distroless image
  • Loading branch information
Rosyya committed Aug 14, 2024
2 parents 6a1ae4a + e2f31b6 commit 1ad2d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.distroless
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git config --global url."https://${GH_TOKEN}@github.com".insteadOf "https://
RUN apk add --no-cache gcc libstdc++-dev libc-dev

RUN cd /gnfd-qa-test-monitor \
&& go build -o ./build/monitor main.go
&& CGO_ENABLED=0 go build -o ./build/monitor main.go

FROM gcr.io/distroless/base-debian11

Expand Down

0 comments on commit 1ad2d11

Please sign in to comment.