diff --git a/Dockerfile b/Dockerfile index 33c5e746..e378ebb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine AS builder +FROM golang:1.22.0-alpine AS builder RUN apk update && apk add --no-cache git WORKDIR $GOPATH/src/istio-config-validator/ COPY . .