Skip to content

Commit ec2435e

Browse files
author
ur-renovate
committed
chore(deps): update dependency upx/upx to v4.2.3
1 parent 7869d78 commit ec2435e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM golang:1.21@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84
1919
RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
2020

2121
# 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 | \
22+
RUN curl -L https://github.com/upx/upx/releases/download/v4.2.3/upx-4.1.0-amd64_linux.tar.xz | \
2323
tar -xJv --strip-components=1
2424

2525
# Turn on Go modules support and disable CGO

0 commit comments

Comments
 (0)