Update Dockerfile (#2223)

Fix the build issues with docker not being up to date.
This commit is contained in:
Robbie
2025-07-26 20:29:30 +01:00
committed by GitHub
parent 809b8880a0
commit faac44ccc2
+1 -1
View File
@@ -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