diff --git a/Dockerfile b/Dockerfile index f9e03def..18031126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build stage -FROM golang:1.23-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk --no-cache add git gcc musl-dev make WORKDIR /app