diff --git a/build/Dockerfile b/build/Dockerfile index 708ce870b..067caf50e 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.19 # create non root user RUN addgroup --gid 101 terrascan && \