diff --git a/Dockerfile b/Dockerfile index 229fc0a..07d2882 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ################################################################################ # Create a stage for building the application. -ARG GO_VERSION=1.24.2 +ARG GO_VERSION=1.25.5 FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build WORKDIR /src