We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6d393 commit 5ec32c6Copy full SHA for 5ec32c6
build/Dockerfile
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=${CGO_ENABLED_VAL} go build -v -ldflags "-w -s -X google.golang.
18
19
20
# -------- prod stage -------- #
21
-FROM alpine:3.16
+FROM alpine:3.20.3
22
23
# create non root user
24
RUN addgroup --gid 101 terrascan && \
0 commit comments