From 03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 14 Jul 2025 12:10:30 +0200 Subject: syz-cluster: update Go version in Dockerfiles For some reason, it does not download the newer toolchain versions automatically. --- syz-cluster/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-cluster/dashboard') diff --git a/syz-cluster/dashboard/Dockerfile b/syz-cluster/dashboard/Dockerfile index 62d540cd8..70251ee7a 100644 --- a/syz-cluster/dashboard/Dockerfile +++ b/syz-cluster/dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine AS dashboard-builder +FROM golang:1.24-alpine AS dashboard-builder WORKDIR /build -- cgit mrf-deployment