Skip to content

Commit

Permalink
remove the go private
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Sep 4, 2024
1 parent 09ff322 commit 5526171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ COPY go.sum /app

WORKDIR /app/node

RUN go env -w GOPRIVATE=github.com/Layr-Labs/remote-bls

RUN go build -ldflags="-X 'github.com/Layr-Labs/eigenda/node.SemVer=${SEMVER}' -X 'github.com/Layr-Labs/eigenda/node.GitCommit=${GITCOMMIT}' -X 'github.com/Layr-Labs/eigenda/node.GitDate=${GITDATE}'" -o ./bin/node ./cmd

FROM alpine:3.18
Expand Down

0 comments on commit 5526171

Please sign in to comment.