diff --git a/Dockerfile b/Dockerfile index f308f70..df34ddf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # You may obtain a copy of the License at the LICENSE file in # the root directory of this source tree. -FROM docker.io/library/golang:1.22.3-alpine AS builder +FROM docker.io/library/golang:1.23.0-alpine AS builder RUN apk add --update --no-cache make