From c62df93b0fe022ebf7d282efe3f5b3ba0934ddaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:30:10 +0000 Subject: [PATCH] minor(deps): update dependency upx/upx to v4.1.0 --- 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 a36f1be2..8935c6c1 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/edge/Dockerfile.arm b/edge/Dockerfile.arm index 2d811f7a..9edae393 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/edge/Dockerfile.arm64 b/edge/Dockerfile.arm64 index 832c8159..e39d7820 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index b7fd7645..dbab9b28 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 466bd2d1..9d2bd882 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 0a888b66..6fa12dbd 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.amd64 b/v1.11/Dockerfile.amd64 index 85c3b873..b7fc50e7 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.arm b/v1.11/Dockerfile.arm index 8cf78296..2a60da14 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.11/Dockerfile.arm64 b/v1.11/Dockerfile.arm64 index af7a4824..5df8d24c 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.amd64 b/v1.12/Dockerfile.amd64 index 18a9567e..9e752a26 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.arm b/v1.12/Dockerfile.arm index d032605d..a7c3cc1f 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.12/Dockerfile.arm64 b/v1.12/Dockerfile.arm64 index afea35bf..c06dc7cb 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.amd64 b/v1.13/Dockerfile.amd64 index 7f764243..3515bf79 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.arm b/v1.13/Dockerfile.arm index 299c2acb..bd2226a6 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.13/Dockerfile.arm64 b/v1.13/Dockerfile.arm64 index 5104ea06..dd44e551 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.amd64 b/v1.14/Dockerfile.amd64 index ce5b69f7..9ff191e7 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.arm b/v1.14/Dockerfile.arm index bd6abd6d..77473ebf 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.14/Dockerfile.arm64 b/v1.14/Dockerfile.arm64 index 7d98d875..99402857 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.amd64 b/v1.15/Dockerfile.amd64 index 9d5546ee..e08b4567 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.arm b/v1.15/Dockerfile.arm index cd879e5a..5a07d497 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.15/Dockerfile.arm64 b/v1.15/Dockerfile.arm64 index 49b71d4f..1cb78c15 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.amd64 b/v1.16/Dockerfile.amd64 index 60f180d7..8912384c 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.arm b/v1.16/Dockerfile.arm index 578c9de7..1934fd16 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.16/Dockerfile.arm64 b/v1.16/Dockerfile.arm64 index 2048b98b..034982c4 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.amd64 b/v1.17/Dockerfile.amd64 index 482ef37e..4d7d57d9 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.arm b/v1.17/Dockerfile.arm index 835f57a4..8aefe805 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.17/Dockerfile.arm64 b/v1.17/Dockerfile.arm64 index c38b8773..12d12179 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.amd64 b/v1.18/Dockerfile.amd64 index 834fd2df..f8225c3f 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.arm b/v1.18/Dockerfile.arm index 696f8354..695c5e83 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.18/Dockerfile.arm64 b/v1.18/Dockerfile.arm64 index 0167381d..7c3bff56 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.amd64 b/v1.19/Dockerfile.amd64 index f8f2a345..99dcbc0e 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.arm b/v1.19/Dockerfile.arm index d4cc0a4b..92587258 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.19/Dockerfile.arm64 b/v1.19/Dockerfile.arm64 index 23e94a2b..bfe95493 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=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.amd64 b/v1.20/Dockerfile.amd64 index d07a37a8..f3da7a04 100644 --- a/v1.20/Dockerfile.amd64 +++ b/v1.20/Dockerfile.amd64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.arm b/v1.20/Dockerfile.arm index 4dbb8e8e..c6f2d52a 100644 --- a/v1.20/Dockerfile.arm +++ b/v1.20/Dockerfile.arm @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \ diff --git a/v1.20/Dockerfile.arm64 b/v1.20/Dockerfile.arm64 index cea9501d..aa6643bc 100644 --- a/v1.20/Dockerfile.arm64 +++ b/v1.20/Dockerfile.arm64 @@ -12,7 +12,7 @@ COPY ./overlay / ENV GOLANG_VERSION=1.20.7 # renovate: datasource=github-releases depName=upx/upx -ENV UPX_VERSION=4.0.2 +ENV UPX_VERSION=4.1.0 RUN apk update && \ apk upgrade && \