Fix upx version issue in Dockerfile
This commit is contained in:
parent
2b0a798faa
commit
0381982d19
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue