@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Set working directory
WORKDIR /app
# Install git and other build dependencies
RUN apk add --no-cache git make