diff --git a/Dockerfile b/Dockerfile index fbd87b229e..01067a65a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM golang:1.21rc3 AS builder +FROM golang:1.21rc4 AS builder WORKDIR /code ADD go.mod go.sum ./ RUN go mod download