From 869487a6f213775873c84eeef7f62fdb3763e358 Mon Sep 17 00:00:00 2001 From: ur-renovate <277639+ur-renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:08:23 +0000 Subject: [PATCH] chore(deps): update dependency upx/upx to v4.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae3359e..267c22a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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