diff --git a/build/Dockerfile b/build/Dockerfile index 708ce870b..be34753f4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=${CGO_ENABLED_VAL} go build -v -ldflags "-w -s" -o /go/bin/terra # -------- prod stage -------- # -FROM alpine:3.16 +FROM alpine:3.17 # create non root user RUN addgroup --gid 101 terrascan && \