Dockerfile: Make sure upx always works by setting a static version

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-09-20 22:28:40 +02:00
parent caf5bc338d
commit 764f3287ff
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/
RUN git clone --quiet -n --branch devel4 https://github.com/upx/upx/
ARG CMAKE_BUILD_TYPE="Release"
WORKDIR ./upx
RUN git checkout --quiet HEAD
RUN git checkout --quiet 70f14101ed79642e39340fde8514aa19a99f32dc
RUN git submodule --quiet update --init
RUN mkdir -p ./build/release
WORKDIR ./build/release