Skip to content

Commit

Permalink
chore(deps): update dependency upx/upx to v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed May 9, 2024
1 parent 7869d78 commit 869487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM golang:1.21@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84
RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*

# Install upx (upx.github.io) to compress the compiled action
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.4/upx-4.1.0-amd64_linux.tar.xz | \
tar -xJv --strip-components=1

# Turn on Go modules support and disable CGO
Expand Down

0 comments on commit 869487a

Please sign in to comment.