diff --git a/Dockerfile b/Dockerfile index 3670ee45..2682b8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine AS builder +FROM golang:1.21.2-alpine AS builder RUN apk update && apk add --no-cache git WORKDIR $GOPATH/src/istio-config-validator/ COPY . .