diff --git a/Dockerfile b/Dockerfile index ba8a4db..3a087e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build using the minimum supported Golang version (match go.mod) -FROM golang:1.18 as builder +FROM golang:1.23 as builder WORKDIR /build