Dockerfile: Update the UPX version
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
ccff82dba0
commit
a828280693
|
@ -8,7 +8,7 @@ ADD https://api.github.com/repos/upx/upx/git/refs/heads/$BRANCH version.json
|
||||||
RUN git clone --quiet -n --branch $BRANCH https://github.com/upx/upx/
|
RUN git clone --quiet -n --branch $BRANCH https://github.com/upx/upx/
|
||||||
ARG CMAKE_BUILD_TYPE="Release"
|
ARG CMAKE_BUILD_TYPE="Release"
|
||||||
WORKDIR ./upx
|
WORKDIR ./upx
|
||||||
RUN git checkout --quiet 70f14101ed79642e39340fde8514aa19a99f32dc
|
RUN git checkout --quiet 65707900bc92153349db9c7c3389ef2ba4e9e877
|
||||||
RUN git submodule --quiet update --init
|
RUN git submodule --quiet update --init
|
||||||
RUN mkdir -p ./build/release
|
RUN mkdir -p ./build/release
|
||||||
WORKDIR ./build/release
|
WORKDIR ./build/release
|
||||||
|
|
Loading…
Reference in New Issue