We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869d78 commit ec2435eCopy full SHA for ec2435e
Dockerfile
@@ -19,7 +19,7 @@ FROM golang:1.21@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84
19
RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
20
21
# Install upx (upx.github.io) to compress the compiled action
22
-RUN curl -L https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-amd64_linux.tar.xz | \
+RUN curl -L https://github.com/upx/upx/releases/download/v4.2.3/upx-4.1.0-amd64_linux.tar.xz | \
23
tar -xJv --strip-components=1
24
25
# Turn on Go modules support and disable CGO
0 commit comments