diff --git a/build/Dockerfile b/build/Dockerfile index e87bbd133..23343b1f5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ############# builder ############# -FROM golang:1.19.2 AS builder +FROM golang:1.19.3 AS builder WORKDIR /build COPY . .