diff --git a/Dockerfile b/Dockerfile index 86254e603..5ebc86cf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # golang alpine -FROM golang:1.25.1-alpine AS builder +FROM golang:1.25.3-alpine AS builder ARG TARGETARCH ARG TARGETOS