From fdac6d5fe7b74b80e856bd67bb215c1759dee5dd 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 7bf9b433..62af25a3 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