Skip to content

Commit 07f15a2

Browse files
committed
chore(stack): use upx v3.96
1 parent b5065aa commit 07f15a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN install-packages \
6262
default-libmysqlclient-dev; \
6363
pip install oss2
6464
# build upx
65-
RUN git clone https://github.com/upx/upx; \
65+
RUN git clone -b v3.96 https://github.com/upx/upx --depth=1; \
6666
cd upx; git submodule update --init --recursive; make all UPX_UCLDIR=../ucl-1.03 CXXFLAGS_OPTIMIZE="-no-pie -O2"; cd -; \
6767
cp upx/src/upx.out /usr/local/bin/upx; \
68-
rm -rf ucl-1.03 ucl-1.03.tar.gz upx;
68+
rm -rf ucl-1.03 ucl-1.03.tar.gz upx;

0 commit comments

Comments
 (0)