Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Mar 3, 2025
1 parent a25b0b5 commit 2a85c5c
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 @@ -2,7 +2,7 @@ FROM golang:1.17-alpine

# ENV GOPROXY https://goproxy.cn
RUN apk add git
RUN go get github.com/google/go-github/v42@v42.0.0 \
RUN go get github.com/google/go-github/v69@v69.2.0 \
&& go get "github.com/olekukonko/tablewriter"

WORKDIR /
Expand Down

0 comments on commit 2a85c5c

Please sign in to comment.