We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dec0e commit 3d8bd73Copy full SHA for 3d8bd73
.docker/Dockerfile.ubuntu
@@ -78,7 +78,7 @@ COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
78
RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18
79
ARG ARCH
80
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
81
-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"
+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"
82
# current ronn version is horribly broken
83
RUN gem install ronn-ng
84
# RUN useradd -g users -u 1000 -m mhx
0 commit comments