diff --git a/Dockerfile b/Dockerfile index d47d44c9..25667f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder stage -FROM golang:1.26.3-alpine3.22 AS builder +FROM golang:1.26.4-alpine3.22 AS builder # Enable CGO and set platform ENV CGO_ENABLED=1 GOOS=linux GOARCH=amd64