We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149538b commit 868048cCopy full SHA for 868048c
Dockerfile.distroless
@@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build \
35
./main.go
36
37
# Final minimal stage - using alpine for smaller size
38
-FROM alpine:latest
+FROM alpine:3.22.1
39
40
# Install minimal runtime dependencies
41
RUN apk add --no-cache ca-certificates nodejs npm && \
0 commit comments