diff --git a/Dockerfile b/Dockerfile index 2991dd6..b826b03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # GO_VERSION: automatically update to most recent via dependabot -FROM golang:1.25.1 AS builder +FROM golang:1.25.2 AS builder WORKDIR /workspace COPY go.mod go.mod