From f03967096187ecd9802256a338d6dfea5e5fda3e Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:59:36 +0200 Subject: [PATCH] dockerfile: update xx to 1.5.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 02826f9f..331a26c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.22 -ARG XX_VERSION=1.4.0 +ARG XX_VERSION=1.5.0 # for testing ARG DOCKER_VERSION=27.1.1