diff --git a/Dockerfile b/Dockerfile index 154727f659357..eee4529c2a974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Builder image -FROM golang:1.16-alpine as builder +FROM golang:1.18.1-alpine as builder RUN apk add --no-cache \ wget \