Skip to content

Commit

Permalink
Closes #167, switch docker container to garble master
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 2, 2024
1 parent 5909f5d commit 3347662
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 @@ RUN apt update -y
RUN apt upgrade -y
RUN apt install -y upx-ucl gcc-mingw-w64

RUN go install mvdan.cc/garble@latest
RUN go install mvdan.cc/garble@master

ENV PATH="${PATH}:$(go env GOPATH)/bin"

Expand Down

0 comments on commit 3347662

Please sign in to comment.