We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5230b commit f9c7172Copy full SHA for f9c7172
Dockerfile
@@ -17,6 +17,7 @@ RUN go build -o /grpcurl \
17
./cmd/grpcurl
18
19
FROM alpine:3 as alpine
20
+RUN apk update && apk upgrade
21
WORKDIR /
22
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
23
COPY --from=builder /etc/passwd /etc/passwd
0 commit comments