From 57a8cab0f55e2734e7e594a3b7f2ae28db7283ec Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:37:14 +0100 Subject: [PATCH 1/2] dockerfile: update alpine to 3.19 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfe9872d..0dcbc70d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. ARG GO_VERSION="1.21" -ARG ALPINE_VERSION="3.17" +ARG ALPINE_VERSION="3.19" ARG XX_VERSION="1.1.2" FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx From c93578b4cd10d1be61a9823340d9d1d57fa198ba Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:37:38 +0100 Subject: [PATCH 2/2] dockerfile: update xx to 1.4.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dcbc70d..a2322f21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG GO_VERSION="1.21" ARG ALPINE_VERSION="3.19" -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.4.0" FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx