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