Compare commits

...

1 Commits

Author SHA1 Message Date
0381982d19 Fix upx version issue in Dockerfile 2020-03-04 12:27:07 +05:30

View File

@ -11,7 +11,7 @@ RUN apk update && \
apk add --no-cache make && \
apk add --no-cache git && \
apk add --no-cache jq && \
apk add --no-cache upx=3.96
apk add --no-cache upx=3.95-r2
RUN GO111MODULE=off go get -u github.com/rafaelsq/wtc