diff --git a/Dockerfile b/Dockerfile index 3986e4fa46..e96254e0dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Builder image -FROM golang:1.19.1 as builder +FROM golang:1.19.1-alpine as builder RUN apk add --no-cache \ wget \