diff --git a/Dockerfile b/Dockerfile index 8fb2352a..9919172c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.25.1-alpine AS builder +FROM golang:1.25.2-alpine AS builder # Install build dependencies RUN apk add --no-cache git ca-certificates tzdata