diff --git a/Dockerfile b/Dockerfile index 5b9db11..349c26f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # GO_VERSION: automatically update to most recent via dependabot -FROM golang:1.24.1 as builder +FROM golang:1.24.2 as builder WORKDIR /workspace COPY go.mod go.mod