diff --git a/Dockerfile b/Dockerfile index cac1b3a..6180758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - builds the binary for the target architecture -FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine AS builder # Build arguments automatically set by buildx ARG TARGETOS