From 8c4e02d92a450be7fb59d1e9075e6c5ade486f20 Mon Sep 17 00:00:00 2001
From: Patchy <patchy-bot@holi.social>
Date: Wed, 12 Feb 2025 18:38:59 +0000
Subject: [PATCH] chore(deps): update docker.io/golang docker tag to v1.24

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 17d6518..3b07592 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/golang:1.23 as builder
+FROM docker.io/golang:1.24 as builder
 COPY . /data
 RUN apk --no-cache add build-base git
 RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest && xk6 build --with github.com/szkiba/xk6-dashboard --output /tmp/k6
-- 
GitLab