aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-14 12:10:30 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-14 11:30:46 +0000
commit03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d (patch)
tree65b3a4f19d991d2d692a4ebb84da499e653b5a39 /syz-cluster/dashboard
parent631d707cbad63e35e627518714ddc3ceb6b102b2 (diff)
syz-cluster: update Go version in Dockerfiles
For some reason, it does not download the newer toolchain versions automatically.
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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