Skip to content

Commit 953a0d5

Browse files
committed
build: upgrade to upx-5.0.0
1 parent 824a0e5 commit 953a0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile.ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
7676
RUN bash /usr/local/bin/install-static-libs.sh gcc-14 clang-18
7777
ARG ARCH
7878
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
79-
RUN wget -O - https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
79+
RUN wget -O - https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
8080
# current ronn version is horribly broken
8181
RUN gem install ronn-ng
8282
# RUN useradd -g users -u 1000 -m mhx

0 commit comments

Comments
 (0)