Fix upx version issue in Dockerfile

This commit is contained in:
Vikram Rangnekar 2020-03-04 12:27:07 +05:30
parent 2b0a798faa
commit 0381982d19
1 changed files with 1 additions and 1 deletions

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