diff --git a/windows/Dockerfile b/windows/Dockerfile index 4c9e1c4..b8bfdfd 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMAGE # ----------- # Build Image # ----------- -FROM golang:1.23-nanoserver AS build +FROM golang:1.25-nanoserver AS build # Go build env ENV CGO_ENABLED=0