Skip to content

Commit 8619546

Browse files
benluddyjoelanford
andauthoredSep 11, 2020
Use vanilla Alpine instead of Alpine+go for the registry image base.
Co-authored-by: Joe Lanford <[email protected]>
1 parent 9f256a2 commit 8619546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎upstream-builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
1313
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
1414
chmod +x /bin/grpc_health_probe
1515

16-
FROM golang:1.13-alpine
16+
FROM alpine:3
1717

1818
COPY --from=builder [ \
1919
"/bin/grpc_health_probe", \

0 commit comments

Comments
 (0)
Please sign in to comment.