From b7bee210bf28b2bd3eda248b3f9f7de083a7ddec Mon Sep 17 00:00:00 2001 From: Artem Kuleshov Date: Tue, 28 Apr 2026 14:43:31 +0300 Subject: [PATCH] [fix] fix build Signed-off-by: Artem Kuleshov --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a9c2070..52e36656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq # Go builder. -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25.5-alpine3.23 AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.26.1-alpine3.23 AS builder ARG appVersion=latest