From 67efc2c9b48cf3175850d16571701852523f046a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:40:34 +0000 Subject: [PATCH] major(deps): update dependency upx/upx to v4 --- edge/Dockerfile.amd64 | 2 +- edge/Dockerfile.arm | 2 +- edge/Dockerfile.arm64 | 2 +- latest/Dockerfile.amd64 | 2 +- latest/Dockerfile.arm | 2 +- latest/Dockerfile.arm64 | 2 +- v1.11/Dockerfile.amd64 | 2 +- v1.11/Dockerfile.arm | 2 +- v1.11/Dockerfile.arm64 | 2 +- v1.12/Dockerfile.amd64 | 2 +- v1.12/Dockerfile.arm | 2 +- v1.12/Dockerfile.arm64 | 2 +- v1.13/Dockerfile.amd64 | 2 +- v1.13/Dockerfile.arm | 2 +- v1.13/Dockerfile.arm64 | 2 +- v1.14/Dockerfile.amd64 | 2 +- v1.14/Dockerfile.arm | 2 +- v1.14/Dockerfile.arm64 | 2 +- v1.15/Dockerfile.amd64 | 2 +- v1.15/Dockerfile.arm | 2 +- v1.15/Dockerfile.arm64 | 2 +- v1.16/Dockerfile.amd64 | 2 +- v1.16/Dockerfile.arm | 2 +- v1.16/Dockerfile.arm64 | 2 +- v1.17/Dockerfile.amd64 | 2 +- v1.17/Dockerfile.arm | 2 +- v1.17/Dockerfile.arm64 | 2 +- v1.18/Dockerfile.amd64 | 2 +- v1.18/Dockerfile.arm | 2 +- v1.18/Dockerfile.arm64 | 2 +- v1.19/Dockerfile.amd64 | 2 +- v1.19/Dockerfile.arm | 2 +- v1.19/Dockerfile.arm64 | 2 +- v1.20/Dockerfile.amd64 | 2 +- v1.20/Dockerfile.arm | 2 +- v1.20/Dockerfile.arm64 | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/edge/Dockerfile.amd64 b/edge/Dockerfile.amd64 index a2dd9579..a36f1be2 100644 --- a/edge/Dockerfile.amd64 +++ b/edge/Dockerfile.amd64 @@ -7,7 +7,7 @@ ENV PATH /srv/app/bin:${PATH} ENV GO111MODULE auto # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/edge/Dockerfile.arm b/edge/Dockerfile.arm index 802158af..2d811f7a 100644 --- a/edge/Dockerfile.arm +++ b/edge/Dockerfile.arm @@ -7,7 +7,7 @@ ENV PATH /srv/app/bin:${PATH} ENV GO111MODULE auto # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/edge/Dockerfile.arm64 b/edge/Dockerfile.arm64 index ae0a908a..832c8159 100644 --- a/edge/Dockerfile.arm64 +++ b/edge/Dockerfile.arm64 @@ -7,7 +7,7 @@ ENV PATH /srv/app/bin:${PATH} ENV GO111MODULE auto # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index b8e0193b..02f78f23 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 9906e4f5..989d58f8 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 0d320a11..118dcb16 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.amd64 b/v1.11/Dockerfile.amd64 index fbd54a9e..85c3b873 100644 --- a/v1.11/Dockerfile.amd64 +++ b/v1.11/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.11.13 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.arm b/v1.11/Dockerfile.arm index 5e955924..8cf78296 100644 --- a/v1.11/Dockerfile.arm +++ b/v1.11/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.11.13 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.arm64 b/v1.11/Dockerfile.arm64 index 11bf1858..af7a4824 100644 --- a/v1.11/Dockerfile.arm64 +++ b/v1.11/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.11.13 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.amd64 b/v1.12/Dockerfile.amd64 index faf39cb5..18a9567e 100644 --- a/v1.12/Dockerfile.amd64 +++ b/v1.12/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.12.17 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.arm b/v1.12/Dockerfile.arm index 8ce67ad8..d032605d 100644 --- a/v1.12/Dockerfile.arm +++ b/v1.12/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.12.17 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.arm64 b/v1.12/Dockerfile.arm64 index cabdf1b9..afea35bf 100644 --- a/v1.12/Dockerfile.arm64 +++ b/v1.12/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.12.17 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.amd64 b/v1.13/Dockerfile.amd64 index 1e25e0fd..7f764243 100644 --- a/v1.13/Dockerfile.amd64 +++ b/v1.13/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.13.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.arm b/v1.13/Dockerfile.arm index 832a35a1..299c2acb 100644 --- a/v1.13/Dockerfile.arm +++ b/v1.13/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.13.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.arm64 b/v1.13/Dockerfile.arm64 index c0e74e86..5104ea06 100644 --- a/v1.13/Dockerfile.arm64 +++ b/v1.13/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.13.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.amd64 b/v1.14/Dockerfile.amd64 index 9329eb9d..ce5b69f7 100644 --- a/v1.14/Dockerfile.amd64 +++ b/v1.14/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.14.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.arm b/v1.14/Dockerfile.arm index 6ac86f1c..bd6abd6d 100644 --- a/v1.14/Dockerfile.arm +++ b/v1.14/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.14.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.arm64 b/v1.14/Dockerfile.arm64 index 77af2171..7d98d875 100644 --- a/v1.14/Dockerfile.arm64 +++ b/v1.14/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.14.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.amd64 b/v1.15/Dockerfile.amd64 index 10cfc9b4..9d5546ee 100644 --- a/v1.15/Dockerfile.amd64 +++ b/v1.15/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.15.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.arm b/v1.15/Dockerfile.arm index 4056f11f..cd879e5a 100644 --- a/v1.15/Dockerfile.arm +++ b/v1.15/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.15.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.arm64 b/v1.15/Dockerfile.arm64 index 58df4d17..49b71d4f 100644 --- a/v1.15/Dockerfile.arm64 +++ b/v1.15/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.15.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.amd64 b/v1.16/Dockerfile.amd64 index ddf2eae2..60f180d7 100644 --- a/v1.16/Dockerfile.amd64 +++ b/v1.16/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.16.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.arm b/v1.16/Dockerfile.arm index 08f9da31..578c9de7 100644 --- a/v1.16/Dockerfile.arm +++ b/v1.16/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.16.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.arm64 b/v1.16/Dockerfile.arm64 index 449f19f2..2048b98b 100644 --- a/v1.16/Dockerfile.arm64 +++ b/v1.16/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.16.15 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.amd64 b/v1.17/Dockerfile.amd64 index 976f400f..482ef37e 100644 --- a/v1.17/Dockerfile.amd64 +++ b/v1.17/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.17.11 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.arm b/v1.17/Dockerfile.arm index 61f3e38d..835f57a4 100644 --- a/v1.17/Dockerfile.arm +++ b/v1.17/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.17.11 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.arm64 b/v1.17/Dockerfile.arm64 index b3f5bbf9..c38b8773 100644 --- a/v1.17/Dockerfile.arm64 +++ b/v1.17/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.17.11 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.amd64 b/v1.18/Dockerfile.amd64 index 4501126f..834fd2df 100644 --- a/v1.18/Dockerfile.amd64 +++ b/v1.18/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.18.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.arm b/v1.18/Dockerfile.arm index f800eb41..696f8354 100644 --- a/v1.18/Dockerfile.arm +++ b/v1.18/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.18.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.arm64 b/v1.18/Dockerfile.arm64 index 0f9f0c3e..0167381d 100644 --- a/v1.18/Dockerfile.arm64 +++ b/v1.18/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.18.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.amd64 b/v1.19/Dockerfile.amd64 index 98d4e8b7..f8f2a345 100644 --- a/v1.19/Dockerfile.amd64 +++ b/v1.19/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.19.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.arm b/v1.19/Dockerfile.arm index 03a211f9..d4cc0a4b 100644 --- a/v1.19/Dockerfile.arm +++ b/v1.19/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.19.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.arm64 b/v1.19/Dockerfile.arm64 index eb932926..23e94a2b 100644 --- a/v1.19/Dockerfile.arm64 +++ b/v1.19/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.19.5 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.amd64 b/v1.20/Dockerfile.amd64 index f0c463a4..8382b06a 100644 --- a/v1.20/Dockerfile.amd64 +++ b/v1.20/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.arm b/v1.20/Dockerfile.arm index a7c198e7..d8479d29 100644 --- a/v1.20/Dockerfile.arm +++ b/v1.20/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.arm64 b/v1.20/Dockerfile.arm64 index 9e78d574..0127defc 100644 --- a/v1.20/Dockerfile.arm64 +++ b/v1.20/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=3.96 +ENV UPX_VERSION=4.0.2 RUN apk update && \ apk upgrade && \