From 90393e68a406e7a4c019a64f16311f19362d10ed Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Mon, 9 Dec 2024 15:01:03 -0800 Subject: [PATCH] update xx to v1.6.1 Fixes compatibility issues with Alpine 3.21 Signed-off-by: Tonis Tiigi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ae33ac031ba..7986d2c2ad28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.23 -ARG XX_VERSION=1.5.0 +ARG XX_VERSION=1.6.1 # for testing ARG DOCKER_VERSION=27.4.0-rc.2