Skip to content

Commit f9c7172

Browse files
committed
Add alpine update steps
1 parent 8b5230b commit f9c7172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN go build -o /grpcurl \
1717
./cmd/grpcurl
1818

1919
FROM alpine:3 as alpine
20+
RUN apk update && apk upgrade
2021
WORKDIR /
2122
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
2223
COPY --from=builder /etc/passwd /etc/passwd

0 commit comments

Comments
 (0)