Skip to content

Commit

Permalink
dont specify dependency version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Jan 19, 2025
1 parent 4225ead commit 9c2fe23
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 @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/ExocoreNetwork/exocore

COPY go.mod go.sum ./

RUN apk add --no-cache ca-certificates=20241121-r1 build-base=0.5-r3 git=2.43.5-r0 linux-headers=6.5-r0
RUN apk add --no-cache ca-certificates build-base git linux-headers

RUN --mount=type=bind,target=. --mount=type=secret,id=GITHUB_TOKEN \
git config --global url."https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/".insteadOf "https://github.com/"; \
Expand Down

0 comments on commit 9c2fe23

Please sign in to comment.