From faac44ccc274a36bcb7ce8de7277d04df53602c5 Mon Sep 17 00:00:00 2001 From: Robbie Date: Sat, 26 Jul 2025 20:29:30 +0100 Subject: [PATCH] Update Dockerfile (#2223) Fix the build issues with docker not being up to date. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33474c3..6cbe235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base -FROM golang:1.21.4-alpine AS builder +FROM golang:1.24.5-alpine AS builder RUN apk add --no-cache git build-base gcc musl-dev WORKDIR /app